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

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

Request for CreateConversation method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#conversation

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

#conversation=

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

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Full resource name of parent data store. Format: projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_id}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Full resource name of parent data store. Format: projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_id}
Returns
  • (::String) — Required. Full resource name of parent data store. Format: projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_id}