Class: Google::Cloud::ContactCenterInsights::V1::Analysis
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::Analysis
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
Overview
The analysis resource.
Instance Attribute Summary collapse
-
#analysis_result ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnalysisResult
readonly
Output only.
-
#annotator_selector ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector
To select the annotators to run and the phrase matchers to use (if any).
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#name ⇒ ::String
Immutable.
-
#request_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#analysis_result ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnalysisResult (readonly)
Returns Output only. The result of the analysis, which is populated when the analysis finishes.
242 243 244 245 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 242 class Analysis include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#annotator_selector ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector
Returns To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
242 243 244 245 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 242 class Analysis include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time at which the analysis was created, which occurs when the long-running operation completes.
242 243 244 245 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 242 class Analysis include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}.
242 243 244 245 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 242 class Analysis include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time at which the analysis was requested.
242 243 244 245 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 242 class Analysis include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |