Class: Aws::QConnect::Types::CreateAssistantAssociationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_associationTypes::AssistantAssociationData

The assistant association.



2655
2656
2657
2658
2659
# File 'lib/aws-sdk-qconnect/types.rb', line 2655

class CreateAssistantAssociationResponse < Struct.new(
  :assistant_association)
  SENSITIVE = []
  include Aws::Structure
end