Class: Aws::ConnectContactLens::Types::PostContactSummary

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

Overview

Information about the post-contact summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The content of the summary.

Returns:

  • (String)


239
240
241
242
243
244
245
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 239

class PostContactSummary < Struct.new(
  :content,
  :status,
  :failure_code)
  SENSITIVE = []
  include Aws::Structure
end

#failure_codeString

If the summary failed to be generated, one of the following failure codes occurs:

  • QUOTA_EXCEEDED: The number of concurrent analytics jobs reached your service quota.

  • INSUFFICIENT_CONVERSATION_CONTENT: The conversation needs to have at least one turn from both the participants in order to generate the summary.

  • FAILED_SAFETY_GUIDELINES: The generated summary cannot be provided because it failed to meet system safety guidelines.

  • INVALID_ANALYSIS_CONFIGURATION: This code occurs when, for example, you're using a language that isn't supported by generative AI-powered post-contact summaries.

  • INTERNAL_ERROR: Internal system error.

Returns:

  • (String)


239
240
241
242
243
244
245
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 239

class PostContactSummary < Struct.new(
  :content,
  :status,
  :failure_code)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Whether the summary was successfully COMPLETED or FAILED to be generated.

Returns:

  • (String)


239
240
241
242
243
244
245
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 239

class PostContactSummary < Struct.new(
  :content,
  :status,
  :failure_code)
  SENSITIVE = []
  include Aws::Structure
end