Class: Aws::QConnect::Types::CreateAIPromptResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::CreateAIPromptResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_prompt ⇒ Types::AIPromptData
The data of the AI Prompt.
Instance Attribute Details
#ai_prompt ⇒ Types::AIPromptData
The data of the AI Prompt.
2544 2545 2546 2547 2548 |
# File 'lib/aws-sdk-qconnect/types.rb', line 2544 class CreateAIPromptResponse < Struct.new( :ai_prompt) SENSITIVE = [] include Aws::Structure end |