Class: Google::Cloud::ContactCenterInsights::V1::AnalysisResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/resources.rb

Overview

The result of an analysis.

Defined Under Namespace

Classes: CallAnalysisMetadata

Instance Attribute Summary collapse

Instance Attribute Details

#call_analysis_metadata::Google::Cloud::ContactCenterInsights::V1::AnalysisResult::CallAnalysisMetadata

Returns Call-specific metadata created by the analysis.

Returns:



265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 265

class AnalysisResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Call-specific metadata created during analysis.
  # @!attribute [rw] annotations
  #   @return [::Array<::Google::Cloud::ContactCenterInsights::V1::CallAnnotation>]
  #     A list of call annotations that apply to this call.
  # @!attribute [rw] entities
  #   @return [::Google::Protobuf::Map{::String => ::Google::Cloud::ContactCenterInsights::V1::Entity}]
  #     All the entities in the call.
  # @!attribute [rw] sentiments
  #   @return [::Array<::Google::Cloud::ContactCenterInsights::V1::ConversationLevelSentiment>]
  #     Overall conversation-level sentiment for each channel of the call.
  # @!attribute [rw] intents
  #   @return [::Google::Protobuf::Map{::String => ::Google::Cloud::ContactCenterInsights::V1::Intent}]
  #     All the matched intents in the call.
  # @!attribute [rw] phrase_matchers
  #   @return [::Google::Protobuf::Map{::String => ::Google::Cloud::ContactCenterInsights::V1::PhraseMatchData}]
  #     All the matched phrase matchers in the call.
  # @!attribute [rw] issue_model_result
  #   @return [::Google::Cloud::ContactCenterInsights::V1::IssueModelResult]
  #     Overall conversation-level issue modeling result.
  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
end

#end_time::Google::Protobuf::Timestamp

Returns The time at which the analysis ended.

Returns:



265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 265

class AnalysisResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Call-specific metadata created during analysis.
  # @!attribute [rw] annotations
  #   @return [::Array<::Google::Cloud::ContactCenterInsights::V1::CallAnnotation>]
  #     A list of call annotations that apply to this call.
  # @!attribute [rw] entities
  #   @return [::Google::Protobuf::Map{::String => ::Google::Cloud::ContactCenterInsights::V1::Entity}]
  #     All the entities in the call.
  # @!attribute [rw] sentiments
  #   @return [::Array<::Google::Cloud::ContactCenterInsights::V1::ConversationLevelSentiment>]
  #     Overall conversation-level sentiment for each channel of the call.
  # @!attribute [rw] intents
  #   @return [::Google::Protobuf::Map{::String => ::Google::Cloud::ContactCenterInsights::V1::Intent}]
  #     All the matched intents in the call.
  # @!attribute [rw] phrase_matchers
  #   @return [::Google::Protobuf::Map{::String => ::Google::Cloud::ContactCenterInsights::V1::PhraseMatchData}]
  #     All the matched phrase matchers in the call.
  # @!attribute [rw] issue_model_result
  #   @return [::Google::Cloud::ContactCenterInsights::V1::IssueModelResult]
  #     Overall conversation-level issue modeling result.
  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
end