Class: Aws::QConnect::Types::CreateAIPromptVersionResponse

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

Returns:



2314
2315
2316
2317
2318
2319
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2314

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

#version_numberInteger

The version number of the AI Prompt version.

Returns:

  • (Integer)


2314
2315
2316
2317
2318
2319
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2314

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