Class Google::Cloud::ContactCenterInsights::V1::CreateConversationRequest (v0.6.0)

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
Returns

#conversation=

def conversation=(value) -> ::Google::Cloud::ContactCenterInsights::V1::Conversation
Parameter
Returns

#conversation_id

def conversation_id() -> ::String
Returns
  • (::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
Parameter
  • 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]-

Returns
  • (::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
Returns
  • (::String) — Required. The parent resource of the conversation.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource of the conversation.
Returns
  • (::String) — Required. The parent resource of the conversation.