Class: Google::Cloud::DiscoveryEngine::V1beta::Conversation
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::Conversation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb
Overview
External conversation proto definition.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#messages ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::ConversationMessage>
Conversation messages.
-
#name ⇒ ::String
Immutable.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#state ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::Conversation::State
The state of the Conversation.
-
#user_pseudo_id ⇒ ::String
A unique identifier for tracking users.
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the conversation finished.
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 46 class Conversation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enumeration of the state of the conversation. module State # Unknown. STATE_UNSPECIFIED = 0 # Conversation is currently open. IN_PROGRESS = 1 # Conversation has been completed. COMPLETED = 2 end end |
#messages ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1beta::ConversationMessage>
Returns Conversation messages.
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 46 class Conversation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enumeration of the state of the conversation. module State # Unknown. STATE_UNSPECIFIED = 0 # Conversation is currently open. IN_PROGRESS = 1 # Conversation has been completed. COMPLETED = 2 end end |
#name ⇒ ::String
Returns Immutable. Fully qualified name
project/*/locations/global/collections/{collection}/dataStore/*/conversations/*
or
project/*/locations/global/collections/{collection}/engines/*/conversations/*
.
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 46 class Conversation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enumeration of the state of the conversation. module State # Unknown. STATE_UNSPECIFIED = 0 # Conversation is currently open. IN_PROGRESS = 1 # Conversation has been completed. COMPLETED = 2 end end |
#start_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the conversation started.
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 46 class Conversation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enumeration of the state of the conversation. module State # Unknown. STATE_UNSPECIFIED = 0 # Conversation is currently open. IN_PROGRESS = 1 # Conversation has been completed. COMPLETED = 2 end end |
#state ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::Conversation::State
Returns The state of the Conversation.
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 46 class Conversation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enumeration of the state of the conversation. module State # Unknown. STATE_UNSPECIFIED = 0 # Conversation is currently open. IN_PROGRESS = 1 # Conversation has been completed. COMPLETED = 2 end end |
#user_pseudo_id ⇒ ::String
Returns A unique identifier for tracking users.
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb', line 46 class Conversation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enumeration of the state of the conversation. module State # Unknown. STATE_UNSPECIFIED = 0 # Conversation is currently open. IN_PROGRESS = 1 # Conversation has been completed. COMPLETED = 2 end end |