Class: Google::Cloud::DiscoveryEngine::V1::ConversationMessage

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/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:



112
113
114
115
# File 'proto_docs/google/cloud/discoveryengine/v1/conversation.rb', line 112

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

#reply::Google::Cloud::DiscoveryEngine::V1::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::V1::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.



112
113
114
115
# File 'proto_docs/google/cloud/discoveryengine/v1/conversation.rb', line 112

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

#user_input::Google::Cloud::DiscoveryEngine::V1::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:

  • (::Google::Cloud::DiscoveryEngine::V1::TextInput)

    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.



112
113
114
115
# File 'proto_docs/google/cloud/discoveryengine/v1/conversation.rb', line 112

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