Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::Conversation (v0.11.0)

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

External conversation proto definition.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#end_time

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

#messages

def messages() -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::ConversationMessage>
Returns

#messages=

def messages=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::ConversationMessage>
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — Immutable. Fully qualified name project/*/locations/global/collections/{collection}/dataStore/*/conversations/* or project/*/locations/global/collections/{collection}/engines/*/conversations/*.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Immutable. Fully qualified name project/*/locations/global/collections/{collection}/dataStore/*/conversations/* or project/*/locations/global/collections/{collection}/engines/*/conversations/*.
Returns
  • (::String) — Immutable. Fully qualified name project/*/locations/global/collections/{collection}/dataStore/*/conversations/* or project/*/locations/global/collections/{collection}/engines/*/conversations/*.

#start_time

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

#state

def state() -> ::Google::Cloud::DiscoveryEngine::V1beta::Conversation::State
Returns

#state=

def state=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::Conversation::State
Parameter
Returns

#user_pseudo_id

def user_pseudo_id() -> ::String
Returns
  • (::String) — A unique identifier for tracking users.

#user_pseudo_id=

def user_pseudo_id=(value) -> ::String
Parameter
  • value (::String) — A unique identifier for tracking users.
Returns
  • (::String) — A unique identifier for tracking users.