Class: Aws::Types::AssociateAgentKnowledgeBaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateAgentKnowledgeBaseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#knowledge_base_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute knowledge_base_state.
Instance Attribute Details
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
261 262 263 |
# File 'sig/types.rbs', line 261 def agent_id @agent_id end |
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
262 263 264 |
# File 'sig/types.rbs', line 262 def agent_version @agent_version end |
#description ⇒ ::String
Returns the value of attribute description.
264 265 266 |
# File 'sig/types.rbs', line 264 def description @description end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
263 264 265 |
# File 'sig/types.rbs', line 263 def knowledge_base_id @knowledge_base_id end |
#knowledge_base_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute knowledge_base_state.
265 266 267 |
# File 'sig/types.rbs', line 265 def knowledge_base_state @knowledge_base_state end |