Class: Aws::QConnect::Types::CreateAIPromptVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::CreateAIPromptVersionResponse
- 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.
-
#version_number ⇒ Integer
The version number of the AI Prompt version.
Instance Attribute Details
#ai_prompt ⇒ Types::AIPromptData
The data of the AI Prompt version.
2598 2599 2600 2601 2602 2603 |
# File 'lib/aws-sdk-qconnect/types.rb', line 2598 class CreateAIPromptVersionResponse < Struct.new( :ai_prompt, :version_number) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The version number of the AI Prompt version.
2598 2599 2600 2601 2602 2603 |
# File 'lib/aws-sdk-qconnect/types.rb', line 2598 class CreateAIPromptVersionResponse < Struct.new( :ai_prompt, :version_number) SENSITIVE = [] include Aws::Structure end |