@aws-sdk/client-qconnect

UpdateSessionCommandInput Interface

The input for UpdateSessionCommand.

Members

Name
Type
Details
assistantId Requiredstring | undefined

The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.

sessionId Requiredstring | undefined

The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.

aiAgentConfiguration Partial<Record<AIAgentType, AIAgentConfigurationData> | undefined

The configuration of the AI Agents (mapped by AI Agent Type to AI Agent version) that should be used by Amazon Q in Connect for this Session.

description string | undefined

The description.

tagFilter TagFilter | undefined

An object that can be used to specify Tag conditions.

Full Signature

export interface UpdateSessionCommandInput extends UpdateSessionRequest