class Aws::ConnectWisdomService::Types::CreateAssistantAssociationRequest
@note When making an API call, you may pass CreateAssistantAssociationRequest
data as a hash: { assistant_id: "UuidOrArn", # required association: { # required knowledge_base_id: "Uuid", }, association_type: "KNOWLEDGE_BASE", # required, accepts KNOWLEDGE_BASE client_token: "ClientToken", tags: { "TagKey" => "TagValue", }, }
@!attribute [rw] assistant_id
The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN. @return [String]
@!attribute [rw] association
The identifier of the associated resource. @return [Types::AssistantAssociationInputData]
@!attribute [rw] association_type
The type of association. @return [String]
@!attribute [rw] client_token
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. **A suitable default value is auto-generated.** You should normally not need to pass this option. @return [String]
@!attribute [rw] tags
The tags used to organize, track, or control access for this resource. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/CreateAssistantAssociationRequest AWS API Documentation
Constants
- SENSITIVE