Class: Aws::Connect::Types::SummaryConfiguration

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

Overview

The summary configuration for conversational analytics.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#summary_modesArray<String>

The summary modes that determine what type of summarization is generated. Valid values: PostContact | AutomatedInteraction | ContactChain.

Returns:

  • (Array<String>)


33761
33762
33763
33764
33765
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 33761

class SummaryConfiguration < Struct.new(
  :summary_modes)
  SENSITIVE = []
  include Aws::Structure
end