Class: Aws::QConnect::Types::UpdateAIPromptResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ai_promptTypes::AIPromptData

The data of the updated Amazon Q in Connect AI Prompt.

Returns:



11879
11880
11881
11882
11883
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11879

class UpdateAIPromptResponse < Struct.new(
  :ai_prompt)
  SENSITIVE = []
  include Aws::Structure
end