Class: Google::Cloud::ContactCenterInsights::V1::CreateIssueModelRequest

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

The request to create an issue model.

Instance Attribute Summary collapse

Instance Attribute Details

#issue_model::Google::Cloud::ContactCenterInsights::V1::IssueModel

Returns Required. The issue model to create.

Returns:



699
700
701
702
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 699

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

#parent::String

Returns Required. The parent resource of the issue model.

Returns:

  • (::String)

    Required. The parent resource of the issue model.



699
700
701
702
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 699

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