Class: Google::Cloud::ContactCenterInsights::V1::DeployIssueModelRequest

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 deploy an issue model.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The issue model to deploy.

Returns:

  • (::String)

    Required. The issue model to deploy.



496
497
498
499
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 496

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