Class: Google::Cloud::DiscoveryEngine::V1beta::ConversationMessage

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb

Overview

Defines a conversation message.

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Message creation timestamp.

Returns:



140
141
142
143
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 140

class ConversationMessage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#reply::Google::Cloud::DiscoveryEngine::V1beta::Reply

Returns Search reply.

Note: The following fields are mutually exclusive: reply, user_input. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::DiscoveryEngine::V1beta::Reply)

    Search reply.

    Note: The following fields are mutually exclusive: reply, user_input. If a field in that set is populated, all other fields in the set will automatically be cleared.



140
141
142
143
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 140

class ConversationMessage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#user_input::Google::Cloud::DiscoveryEngine::V1beta::TextInput

Returns User text input.

Note: The following fields are mutually exclusive: user_input, reply. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



140
141
142
143
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 140

class ConversationMessage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end