Class: Google::Cloud::ContactCenterInsights::V1::CreateAnalysisRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::CreateAnalysisRequest
- 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
-
#analysis ⇒ ::Google::Cloud::ContactCenterInsights::V1::Analysis
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#analysis ⇒ ::Google::Cloud::ContactCenterInsights::V1::Analysis
Returns Required. The analysis to create.
440 441 442 443 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 440 class CreateAnalysisRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource of the analysis.
440 441 442 443 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 440 class CreateAnalysisRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |