Class: Aws::QConnect::Types::GetAIPromptResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 AI Prompt.

Returns:



4924
4925
4926
4927
4928
4929
# File 'lib/aws-sdk-qconnect/types.rb', line 4924

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

#version_numberInteger

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).

Returns:

  • (Integer)


4924
4925
4926
4927
4928
4929
# File 'lib/aws-sdk-qconnect/types.rb', line 4924

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