Class: Aws::QConnect::Types::GetAIPromptResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GetAIPromptResponse
- 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_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.
4308 4309 4310 4311 4312 4313 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4308 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).
4308 4309 4310 4311 4312 4313 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4308 class GetAIPromptResponse < Struct.new( :ai_prompt, :version_number) SENSITIVE = [] include Aws::Structure end |