Class: Aws::QConnect::Types::GetAIPromptResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GetAIPromptResponse
- 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.
-
#version_number ⇒ Integer
The version number of the AI Prompt version (returned if an AI Prompt version was specified via use of a qualifier for the ‘aiPromptId` on the request).
Instance Attribute Details
#ai_prompt ⇒ Types::AIPromptData
The data of the AI Prompt.
4924 4925 4926 4927 4928 4929 |
# File 'lib/aws-sdk-qconnect/types.rb', line 4924 class GetAIPromptResponse < Struct.new( :ai_prompt, :version_number) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The version number of the AI Prompt version (returned if an AI Prompt version was specified via use of a qualifier for the ‘aiPromptId` on the request).
4924 4925 4926 4927 4928 4929 |
# File 'lib/aws-sdk-qconnect/types.rb', line 4924 class GetAIPromptResponse < Struct.new( :ai_prompt, :version_number) SENSITIVE = [] include Aws::Structure end |