CreateConversationRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request for creating a conversation.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. Parent value for CreateConversationRequest. Format: projects/{project}/locations/{location}
|
conversation_id |
str
Optional. The conversation id of the conversation to create. Must be unique within the parent. The allowed format is: ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$ . If not provided, the
server will auto-generate a value for the id.
|
conversation |
google.cloud.geminidataanalytics_v1alpha.types.Conversation
Required. The conversation to create. |
request_id |
str
Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. |