Class: Google::Cloud::DiscoveryEngine::V1beta::ConversationMessage
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::ConversationMessage
- 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
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#reply ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::Reply
Search reply.
-
#user_input ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::TextInput
User text input.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Message creation timestamp.
136 137 138 139 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 136 class ConversationMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reply ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::Reply
Returns Search reply.
136 137 138 139 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 136 class ConversationMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_input ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::TextInput
Returns User text input.
136 137 138 139 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 136 class ConversationMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |