Class: Aws::ConnectContactLens::Types::Categories

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb

Overview

Provides the category rules that are used to automatically categorize contacts based on uttered keywords and phrases.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#matched_categoriesArray<String>

The category rules that have been matched in the analyzed segment.

Returns:

  • (Array<String>)


40
41
42
43
44
45
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 40

class Categories < Struct.new(
  :matched_categories,
  :matched_details)
  SENSITIVE = []
  include Aws::Structure
end

#matched_detailsHash<String,Types::CategoryDetails>

The category rule that was matched and when it occurred in the transcript.

Returns:



40
41
42
43
44
45
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 40

class Categories < Struct.new(
  :matched_categories,
  :matched_details)
  SENSITIVE = []
  include Aws::Structure
end