Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::Analysis.
The analysis resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#analysis_result
def analysis_result() -> ::Google::Cloud::ContactCenterInsights::V1::AnalysisResult
Returns
- (::Google::Cloud::ContactCenterInsights::V1::AnalysisResult) — Output only. The result of the analysis, which is populated when the analysis finishes.
#annotator_selector
def annotator_selector() -> ::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector
Returns
- (::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector) — To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
#annotator_selector=
def annotator_selector=(value) -> ::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector
Parameter
- value (::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector) — To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
Returns
- (::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector) — To select the annotators to run and the phrase matchers to use (if any). If not specified, all annotators will be run.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time at which the analysis was created, which occurs when the long-running operation completes.
#name
def name() -> ::String
Returns
- (::String) — Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
Returns
- (::String) — Immutable. The resource name of the analysis. Format: projects/{project}/locations/{location}/conversations/{conversation}/analyses/{analysis}
#request_time
def request_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time at which the analysis was requested.