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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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].

[1]: docs.aws.amazon.com/lexv2/latest/dg/designing-output-format.html

Returns:

  • (String)


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

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