Class: Aws::QConnect::Types::ListAIPromptVersionsResponse

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_prompt_version_summariesArray<Types::AIPromptVersionSummary>

The summaries of the AI Prompt versions.

Returns:



5971
5972
5973
5974
5975
5976
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5971

class ListAIPromptVersionsResponse < Struct.new(
  :ai_prompt_version_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Returns:

  • (String)


5971
5972
5973
5974
5975
5976
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5971

class ListAIPromptVersionsResponse < Struct.new(
  :ai_prompt_version_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end