Class: Aws::QConnect::Types::CreateAIPromptVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::CreateAIPromptVersionResponse
- Defined in:
- gems/aws-sdk-qconnect/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.
2314 2315 2316 2317 2318 2319 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2314 class CreateAIPromptVersionResponse < Struct.new( :ai_prompt, :version_number) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The version number of the AI Prompt version.
2314 2315 2316 2317 2318 2319 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2314 class CreateAIPromptVersionResponse < Struct.new( :ai_prompt, :version_number) SENSITIVE = [] include Aws::Structure end |