Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::CreateConversationRequest.
Request for CreateConversation method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#conversation
def conversation() -> ::Google::Cloud::DiscoveryEngine::V1::Conversation
Returns
- (::Google::Cloud::DiscoveryEngine::V1::Conversation) — Required. The conversation to create.
#conversation=
def conversation=(value) -> ::Google::Cloud::DiscoveryEngine::V1::Conversation
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1::Conversation) — Required. The conversation to create.
Returns
- (::Google::Cloud::DiscoveryEngine::V1::Conversation) — Required. The conversation to create.
#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}