Class: Google::Cloud::ContactCenterInsights::V1::CalculateIssueModelStatsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::CalculateIssueModelStatsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
Request to get statistics of an issue model.
Instance Attribute Summary collapse
-
#issue_model ⇒ ::String
Required.
Instance Attribute Details
#issue_model ⇒ ::String
Returns Required. The resource name of the issue model to query against.
894 895 896 897 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 894 class CalculateIssueModelStatsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |