Class: Google::Cloud::ContactCenterInsights::V1::AnalysisResult::CallAnalysisMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::AnalysisResult::CallAnalysisMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
Overview
Call-specific metadata created during analysis.
Defined Under Namespace
Classes: EntitiesEntry, IntentsEntry, PhraseMatchersEntry
Instance Attribute Summary collapse
-
#annotations ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::CallAnnotation>
A list of call annotations that apply to this call.
-
#entities ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::ContactCenterInsights::V1::Entity}
All the entities in the call.
-
#intents ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::ContactCenterInsights::V1::Intent}
All the matched intents in the call.
-
#issue_model_result ⇒ ::Google::Cloud::ContactCenterInsights::V1::IssueModelResult
Overall conversation-level issue modeling result.
-
#phrase_matchers ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::ContactCenterInsights::V1::PhraseMatchData}
All the matched phrase matchers in the call.
-
#qa_scorecard_results ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::QaScorecardResult>
Results of scoring QaScorecards.
-
#sentiments ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::ConversationLevelSentiment>
Overall conversation-level sentiment for each channel of the call.
-
#silence ⇒ ::Google::Cloud::ContactCenterInsights::V1::ConversationLevelSilence
Overall conversation-level silence during the call.
Instance Attribute Details
#annotations ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::CallAnnotation>
Returns A list of call annotations that apply to this call.
380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 380 class CallAnalysisMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ContactCenterInsights::V1::Entity] class EntitiesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ContactCenterInsights::V1::Intent] class IntentsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ContactCenterInsights::V1::PhraseMatchData] class PhraseMatchersEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#entities ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::ContactCenterInsights::V1::Entity}
Returns All the entities in the call.
380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 380 class CallAnalysisMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ContactCenterInsights::V1::Entity] class EntitiesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ContactCenterInsights::V1::Intent] class IntentsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ContactCenterInsights::V1::PhraseMatchData] class PhraseMatchersEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#intents ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::ContactCenterInsights::V1::Intent}
Returns All the matched intents in the call.
380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 380 class CallAnalysisMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ContactCenterInsights::V1::Entity] class EntitiesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ContactCenterInsights::V1::Intent] class IntentsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ContactCenterInsights::V1::PhraseMatchData] class PhraseMatchersEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#issue_model_result ⇒ ::Google::Cloud::ContactCenterInsights::V1::IssueModelResult
Returns Overall conversation-level issue modeling result.
380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 380 class CallAnalysisMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ContactCenterInsights::V1::Entity] class EntitiesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ContactCenterInsights::V1::Intent] class IntentsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ContactCenterInsights::V1::PhraseMatchData] class PhraseMatchersEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#phrase_matchers ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::ContactCenterInsights::V1::PhraseMatchData}
Returns All the matched phrase matchers in the call.
380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 380 class CallAnalysisMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ContactCenterInsights::V1::Entity] class EntitiesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ContactCenterInsights::V1::Intent] class IntentsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ContactCenterInsights::V1::PhraseMatchData] class PhraseMatchersEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#qa_scorecard_results ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::QaScorecardResult>
Returns Results of scoring QaScorecards.
380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 380 class CallAnalysisMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ContactCenterInsights::V1::Entity] class EntitiesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ContactCenterInsights::V1::Intent] class IntentsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ContactCenterInsights::V1::PhraseMatchData] class PhraseMatchersEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#sentiments ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::ConversationLevelSentiment>
Returns Overall conversation-level sentiment for each channel of the call.
380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 380 class CallAnalysisMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ContactCenterInsights::V1::Entity] class EntitiesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ContactCenterInsights::V1::Intent] class IntentsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ContactCenterInsights::V1::PhraseMatchData] class PhraseMatchersEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#silence ⇒ ::Google::Cloud::ContactCenterInsights::V1::ConversationLevelSilence
Returns Overall conversation-level silence during the call.
380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 380 class CallAnalysisMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ContactCenterInsights::V1::Entity] class EntitiesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ContactCenterInsights::V1::Intent] class IntentsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ContactCenterInsights::V1::PhraseMatchData] class PhraseMatchersEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |