Class: Google::Cloud::ContactCenterInsights::V1::CreateAnalysisRequest

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 analysis.

Instance Attribute Summary collapse

Instance Attribute Details

#analysis::Google::Cloud::ContactCenterInsights::V1::Analysis

Returns Required. The analysis to create.

Returns:



259
260
261
262
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 259

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

#parent::String

Returns Required. The parent resource of the analysis.

Returns:

  • (::String)

    Required. The parent resource of the analysis.



259
260
261
262
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 259

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