Class: Aws::ConnectWisdomService::Types::AssistantIntegrationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::AssistantIntegrationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
The configuration information for the Wisdom assistant integration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#topic_integration_arn ⇒ String
The Amazon Resource Name (ARN) of the integrated Amazon SNS topic used for streaming chat messages.
Instance Attribute Details
#topic_integration_arn ⇒ String
The Amazon Resource Name (ARN) of the integrated Amazon SNS topic used for streaming chat messages.
321 322 323 324 325 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 321 class AssistantIntegrationConfiguration < Struct.new( :topic_integration_arn) SENSITIVE = [] include Aws::Structure end |