Class: Aws::QConnect::Types::GetAIPromptRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GetAIPromptRequest
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_prompt_id ⇒ String
The identifier of the Amazon Q in Connect AI prompt.
-
#assistant_id ⇒ String
The identifier of the Amazon Q in Connect assistant.
Instance Attribute Details
#ai_prompt_id ⇒ String
The identifier of the Amazon Q in Connect AI prompt.
4273 4274 4275 4276 4277 4278 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4273 class GetAIPromptRequest < Struct.new( :ai_prompt_id, :assistant_id) SENSITIVE = [] include Aws::Structure end |
#assistant_id ⇒ String
The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
4273 4274 4275 4276 4277 4278 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4273 class GetAIPromptRequest < Struct.new( :ai_prompt_id, :assistant_id) SENSITIVE = [] include Aws::Structure end |