Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::ConversationMessage (v0.18.0)

Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::ConversationMessage.

Defines a conversation message.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#reply

def reply() -> ::Google::Cloud::DiscoveryEngine::V1beta::Reply
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.

#reply=

def reply=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::Reply
Parameter
  • value (::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.

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.

#user_input

def user_input() -> ::Google::Cloud::DiscoveryEngine::V1beta::TextInput
Returns

#user_input=

def user_input=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::TextInput
Parameter
Returns