Class CreateConversationRequest (0.6.1)

CreateConversationRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request to create a conversation.

Attributes

NameDescription
parent str
Required. The parent resource of the conversation.
conversation google.cloud.contact_center_insights_v1.types.Conversation
Required. The conversation resource to create.
conversation_id str
A unique ID for the new conversation. This ID will become the final component of the conversation's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-32 characters and must match the regular expression /^[a-z0-9-]{4,32}$/. Valid characters are /a-z][0-9]-/