Class: Aws::Types::NoteTakingAIAgentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::NoteTakingAIAgentConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#locale ⇒ ::String
Returns the value of attribute locale.
-
#note_taking_ai_guardrail_id ⇒ ::String
Returns the value of attribute note_taking_ai_guardrail_id.
-
#note_taking_ai_prompt_id ⇒ ::String
Returns the value of attribute note_taking_ai_prompt_id.
Instance Attribute Details
#locale ⇒ ::String
Returns the value of attribute locale.
2131 2132 2133 |
# File 'sig/types.rbs', line 2131 def locale @locale end |
#note_taking_ai_guardrail_id ⇒ ::String
Returns the value of attribute note_taking_ai_guardrail_id.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def note_taking_ai_guardrail_id @note_taking_ai_guardrail_id end |
#note_taking_ai_prompt_id ⇒ ::String
Returns the value of attribute note_taking_ai_prompt_id.
2129 2130 2131 |
# File 'sig/types.rbs', line 2129 def note_taking_ai_prompt_id @note_taking_ai_prompt_id end |