Class: Google::Cloud::ContactCenterInsights::V1::CallAnnotation

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#annotation_end_boundary::Google::Cloud::ContactCenterInsights::V1::AnnotationBoundary

Returns The boundary in the conversation where the annotation ends, inclusive.

Returns:



394
395
396
397
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 394

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.

Returns:



394
395
396
397
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 394

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.

Returns:

  • (::Integer)

    The channel of the audio where the annotation occurs. For single-channel audio, this field is not populated.



394
395
396
397
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 394

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.

Returns:



394
395
396
397
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 394

class CallAnnotation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#hold_data::Google::Cloud::ContactCenterInsights::V1::HoldData

Returns Data specifying a hold.

Returns:



394
395
396
397
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 394

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.

Returns:



394
395
396
397
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 394

class CallAnnotation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#interruption_data::Google::Cloud::ContactCenterInsights::V1::InterruptionData

Returns Data specifying an interruption.

Returns:



394
395
396
397
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 394

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.

Returns:



394
395
396
397
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 394

class CallAnnotation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#sentiment_data::Google::Cloud::ContactCenterInsights::V1::SentimentData

Returns Data specifying sentiment.

Returns:



394
395
396
397
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 394

class CallAnnotation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#silence_data::Google::Cloud::ContactCenterInsights::V1::SilenceData

Returns Data specifying silence.

Returns:



394
395
396
397
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 394

class CallAnnotation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end