Class: Aws::QConnect::Types::ListAIPromptsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ListAIPromptsResponse
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_prompt_summaries ⇒ Array<Types::AIPromptSummary>
The summaries of the AI Prompts.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#ai_prompt_summaries ⇒ Array<Types::AIPromptSummary>
The summaries of the AI Prompts.
6634 6635 6636 6637 6638 6639 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6634 class ListAIPromptsResponse < Struct.new( :ai_prompt_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
6634 6635 6636 6637 6638 6639 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6634 class ListAIPromptsResponse < Struct.new( :ai_prompt_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |