Class: Aws::QConnect::Types::OrchestratorConfigurationEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::OrchestratorConfigurationEntry
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
An entry in the orchestrator configuration list.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_agent_id ⇒ String
The identifier of the AI Agent in the orchestrator configuration.
-
#orchestrator_use_case ⇒ String
The use case for the orchestrator configuration.
Instance Attribute Details
#ai_agent_id ⇒ String
The identifier of the AI Agent in the orchestrator configuration.
8180 8181 8182 8183 8184 8185 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8180 class OrchestratorConfigurationEntry < Struct.new( :ai_agent_id, :orchestrator_use_case) SENSITIVE = [] include Aws::Structure end |
#orchestrator_use_case ⇒ String
The use case for the orchestrator configuration. (for example Connect.SelfService, Connect.AgentAssistance)
8180 8181 8182 8183 8184 8185 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8180 class OrchestratorConfigurationEntry < Struct.new( :ai_agent_id, :orchestrator_use_case) SENSITIVE = [] include Aws::Structure end |