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

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 AI Prompt.

Returns:



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


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