- Navigation Guide
@aws-sdk/client-qconnect
UpdateAIAgentCommandInput Interface
The input for UpdateAIAgentCommand.
Members
Name | Type | Details |
---|---|---|
aiAgentId Required | string | undefined | The identifier of the Amazon Q in Connect AI Agent. |
assistantId Required | string | undefined | The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN. |
visibilityStatus Required | VisibilityStatus | undefined | The visbility status of the Amazon Q in Connect AI Agent. |
clientToken | string | undefined | A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs .. |
configuration | AIAgentConfiguration | undefined | The configuration of the Amazon Q in Connect AI Agent. |
description | string | undefined | The description of the Amazon Q in Connect AI Agent. |
Full Signature
export interface UpdateAIAgentCommandInput extends UpdateAIAgentRequest