ConverseConversationRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for ConversationalSearchService.ConverseConversation method.
Attributes | |
---|---|
Name | Description |
name |
str
Required. The resource name of the Conversation to get. Format: projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_id}/conversations/{conversation_id} .
Use
projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_id}/conversations/-
to activate auto session mode, which automatically creates a
new conversation inside a ConverseConversation session.
|
query |
google.cloud.discoveryengine_v1beta.types.TextInput
Required. Current user input. |
serving_config |
str
The resource name of the Serving Config to use. Format: projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_id}/servingConfigs/{serving_config_id}
If this is not set, the default serving config will be used.
|
conversation |
google.cloud.discoveryengine_v1beta.types.Conversation
The conversation to be used by auto session only. The name field will be ignored as we automatically assign new name for the conversation in auto session. |
safe_search |
bool
Whether to turn on safe search. |