Class: Aws::QConnect::Types::AssistantAssociationData

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

Overview

Information about the assistant association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_arnString

The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.

Returns:

  • (String)


708
709
710
711
712
713
714
715
716
717
718
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 708

class AssistantAssociationData < Struct.new(
  :assistant_arn,
  :assistant_association_arn,
  :assistant_association_id,
  :assistant_id,
  :association_data,
  :association_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#assistant_association_arnString

The Amazon Resource Name (ARN) of the assistant association.

Returns:

  • (String)


708
709
710
711
712
713
714
715
716
717
718
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 708

class AssistantAssociationData < Struct.new(
  :assistant_arn,
  :assistant_association_arn,
  :assistant_association_id,
  :assistant_id,
  :association_data,
  :association_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#assistant_association_idString

The identifier of the assistant association.

Returns:

  • (String)


708
709
710
711
712
713
714
715
716
717
718
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 708

class AssistantAssociationData < Struct.new(
  :assistant_arn,
  :assistant_association_arn,
  :assistant_association_id,
  :assistant_id,
  :association_data,
  :association_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#assistant_idString

The identifier of the Amazon Q in Connect assistant.

Returns:

  • (String)


708
709
710
711
712
713
714
715
716
717
718
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 708

class AssistantAssociationData < Struct.new(
  :assistant_arn,
  :assistant_association_arn,
  :assistant_association_id,
  :assistant_id,
  :association_data,
  :association_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#association_dataTypes::AssistantAssociationOutputData

A union type that currently has a single argument, the knowledge base ID.



708
709
710
711
712
713
714
715
716
717
718
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 708

class AssistantAssociationData < Struct.new(
  :assistant_arn,
  :assistant_association_arn,
  :assistant_association_id,
  :assistant_id,
  :association_data,
  :association_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#association_typeString

The type of association.

Returns:

  • (String)


708
709
710
711
712
713
714
715
716
717
718
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 708

class AssistantAssociationData < Struct.new(
  :assistant_arn,
  :assistant_association_arn,
  :assistant_association_id,
  :assistant_id,
  :association_data,
  :association_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource.

Returns:

  • (Hash<String,String>)


708
709
710
711
712
713
714
715
716
717
718
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 708

class AssistantAssociationData < Struct.new(
  :assistant_arn,
  :assistant_association_arn,
  :assistant_association_id,
  :assistant_id,
  :association_data,
  :association_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end