Class: Aws::QConnect::Types::UpdateAIPromptResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::UpdateAIPromptResponse
- 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 updated Amazon Q in Connect AI Prompt.
Instance Attribute Details
#ai_prompt ⇒ Types::AIPromptData
The data of the updated Amazon Q in Connect AI Prompt.
9587 9588 9589 9590 9591 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9587 class UpdateAIPromptResponse < Struct.new( :ai_prompt) SENSITIVE = [] include Aws::Structure end |