Class: Aws::QConnect::Types::IntentInputData

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

Overview

Information about the Amazon Q intent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#intent_idString

The identifier of the Amazon Q intent.

Returns:

  • (String)


5396
5397
5398
5399
5400
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5396

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