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
- (::Google::Protobuf::Timestamp) — Output only. Message creation timestamp.
#reply
def reply() -> ::Google::Cloud::DiscoveryEngine::V1beta::Reply
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::Reply) — Search reply.
#reply=
def reply=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::Reply
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::Reply) — Search reply.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::Reply) — Search reply.
#user_input
def user_input() -> ::Google::Cloud::DiscoveryEngine::V1beta::TextInput
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::TextInput) — User text input.
#user_input=
def user_input=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::TextInput
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::TextInput) — User text input.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::TextInput) — User text input.