Class: Google::Cloud::ContactCenterInsights::V1::CallAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::CallAnnotation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
Overview
A piece of metadata that applies to a window of a call.
Instance Attribute Summary collapse
-
#annotation_end_boundary ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnnotationBoundary
The boundary in the conversation where the annotation ends, inclusive.
-
#annotation_start_boundary ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnnotationBoundary
The boundary in the conversation where the annotation starts, inclusive.
-
#channel_tag ⇒ ::Integer
The channel of the audio where the annotation occurs.
-
#entity_mention_data ⇒ ::Google::Cloud::ContactCenterInsights::V1::EntityMentionData
Data specifying an entity mention.
-
#hold_data ⇒ ::Google::Cloud::ContactCenterInsights::V1::HoldData
Data specifying a hold.
-
#intent_match_data ⇒ ::Google::Cloud::ContactCenterInsights::V1::IntentMatchData
Data specifying an intent match.
-
#interruption_data ⇒ ::Google::Cloud::ContactCenterInsights::V1::InterruptionData
Data specifying an interruption.
-
#issue_match_data ⇒ ::Google::Cloud::ContactCenterInsights::V1::IssueMatchData
Data specifying an issue match.
-
#phrase_match_data ⇒ ::Google::Cloud::ContactCenterInsights::V1::PhraseMatchData
Data specifying a phrase match.
-
#sentiment_data ⇒ ::Google::Cloud::ContactCenterInsights::V1::SentimentData
Data specifying sentiment.
-
#silence_data ⇒ ::Google::Cloud::ContactCenterInsights::V1::SilenceData
Data specifying silence.
Instance Attribute Details
#annotation_end_boundary ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnnotationBoundary
Returns The boundary in the conversation where the annotation ends, inclusive.
428 429 430 431 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 428 class CallAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#annotation_start_boundary ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnnotationBoundary
Returns The boundary in the conversation where the annotation starts, inclusive.
428 429 430 431 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 428 class CallAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#channel_tag ⇒ ::Integer
Returns The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.
428 429 430 431 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 428 class CallAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#entity_mention_data ⇒ ::Google::Cloud::ContactCenterInsights::V1::EntityMentionData
Returns Data specifying an entity mention.
428 429 430 431 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 428 class CallAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#hold_data ⇒ ::Google::Cloud::ContactCenterInsights::V1::HoldData
Returns Data specifying a hold.
428 429 430 431 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 428 class CallAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#intent_match_data ⇒ ::Google::Cloud::ContactCenterInsights::V1::IntentMatchData
Returns Data specifying an intent match.
428 429 430 431 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 428 class CallAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#interruption_data ⇒ ::Google::Cloud::ContactCenterInsights::V1::InterruptionData
Returns Data specifying an interruption.
428 429 430 431 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 428 class CallAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#issue_match_data ⇒ ::Google::Cloud::ContactCenterInsights::V1::IssueMatchData
Returns Data specifying an issue match.
428 429 430 431 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 428 class CallAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#phrase_match_data ⇒ ::Google::Cloud::ContactCenterInsights::V1::PhraseMatchData
Returns Data specifying a phrase match.
428 429 430 431 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 428 class CallAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sentiment_data ⇒ ::Google::Cloud::ContactCenterInsights::V1::SentimentData
Returns Data specifying sentiment.
428 429 430 431 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 428 class CallAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#silence_data ⇒ ::Google::Cloud::ContactCenterInsights::V1::SilenceData
Returns Data specifying silence.
428 429 430 431 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 428 class CallAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |