Class: Aws::QConnect::Types::CreateAIPromptResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ai_promptTypes::AIPromptData

The data of the AI Prompt.

Returns:



2331
2332
2333
2334
2335
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2331

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