Class: Aws::LexModelsV2::Types::InvokedIntentSample

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

Overview

An object containing the name of an intent that was invoked.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#intent_nameString

The name of an intent that was invoked.

Returns:

  • (String)


8456
8457
8458
8459
8460
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8456

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