Class: Aws::LexModelsV2::Types::AssociatedTranscript

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

Overview

The object containing information that associates the recommended intent/slot type with a conversation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transcriptString

The content of the transcript that meets the search filter criteria. For the JSON format of the transcript, see Output transcript format.

Returns:

  • (String)


1489
1490
1491
1492
1493
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1489

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