Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::CreateConversationRequest.
Request to create a conversation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#conversation
def conversation() -> ::Google::Cloud::ContactCenterInsights::V1::Conversation
- (::Google::Cloud::ContactCenterInsights::V1::Conversation) — Required. The conversation resource to create.
#conversation=
def conversation=(value) -> ::Google::Cloud::ContactCenterInsights::V1::Conversation
- value (::Google::Cloud::ContactCenterInsights::V1::Conversation) — Required. The conversation resource to create.
- (::Google::Cloud::ContactCenterInsights::V1::Conversation) — Required. The conversation resource to create.
#conversation_id
def conversation_id() -> ::String
-
(::String) — 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-64 characters and must match the regular expression
^[a-z0-9-]{4,64}$
. Valid characters are[a-z][0-9]-
#conversation_id=
def conversation_id=(value) -> ::String
-
value (::String) — 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-64 characters and must match the regular expression
^[a-z0-9-]{4,64}$
. Valid characters are[a-z][0-9]-
-
(::String) — 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-64 characters and must match the regular expression
^[a-z0-9-]{4,64}$
. Valid characters are[a-z][0-9]-
#parent
def parent() -> ::String
- (::String) — Required. The parent resource of the conversation.
#parent=
def parent=(value) -> ::String
- value (::String) — Required. The parent resource of the conversation.
- (::String) — Required. The parent resource of the conversation.