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