Class: Aws::QConnect::Types::NoteTakingAIAgentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::NoteTakingAIAgentConfiguration
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The configuration for AI Agents of type NOTE_TAKING.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#locale ⇒ String
The locale setting for language-specific case summarization generation (for example, en_US, es_ES).
-
#note_taking_ai_guardrail_id ⇒ String
The AI Guardrail identifier used by the Note Taking AI Agent.
-
#note_taking_ai_prompt_id ⇒ String
The AI Prompt identifier used by the Note Taking AI Agent.
Instance Attribute Details
#locale ⇒ String
The locale setting for language-specific case summarization generation (for example, en_US, es_ES).
8000 8001 8002 8003 8004 8005 8006 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8000 class NoteTakingAIAgentConfiguration < Struct.new( :note_taking_ai_prompt_id, :note_taking_ai_guardrail_id, :locale) SENSITIVE = [] include Aws::Structure end |
#note_taking_ai_guardrail_id ⇒ String
The AI Guardrail identifier used by the Note Taking AI Agent.
8000 8001 8002 8003 8004 8005 8006 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8000 class NoteTakingAIAgentConfiguration < Struct.new( :note_taking_ai_prompt_id, :note_taking_ai_guardrail_id, :locale) SENSITIVE = [] include Aws::Structure end |
#note_taking_ai_prompt_id ⇒ String
The AI Prompt identifier used by the Note Taking AI Agent.
8000 8001 8002 8003 8004 8005 8006 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8000 class NoteTakingAIAgentConfiguration < Struct.new( :note_taking_ai_prompt_id, :note_taking_ai_guardrail_id, :locale) SENSITIVE = [] include Aws::Structure end |