Class: Google::Cloud::ContactCenterInsights::V1::CreateConversationRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb

Overview

Request to create a conversation.

Instance Attribute Summary collapse

Instance Attribute Details

#conversation::Google::Cloud::ContactCenterInsights::V1::Conversation

Returns Required. The conversation resource to create.

Returns:



168
169
170
171
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 168

class CreateConversationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#conversation_id::String

Returns 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]-



168
169
170
171
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 168

class CreateConversationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The parent resource of the conversation.

Returns:

  • (::String)

    Required. The parent resource of the conversation.



168
169
170
171
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 168

class CreateConversationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end