ChatSyncRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A request from an end user to perform an Amazon Q Business plugin action.

Link copied to clipboard

The identifier of the Amazon Q Business application linked to the Amazon Q Business conversation.

Link copied to clipboard

A list of files uploaded directly during chat. You can upload a maximum of 5 files of upto 10 MB each.

Link copied to clipboard

Enables filtering of Amazon Q Business web experience responses based on document attributes or metadata fields.

Link copied to clipboard

An authentication verification event response by a third party authentication server to Amazon Q Business.

Link copied to clipboard

The chatMode parameter determines the chat modes available to Amazon Q Business users:

Link copied to clipboard

The chat mode configuration for an Amazon Q Business application.

Link copied to clipboard

A token that you provide to identify a chat request.

Link copied to clipboard

The identifier of the Amazon Q Business conversation.

Link copied to clipboard

The identifier of the previous system message in a conversation.

Link copied to clipboard

The group names that a user associated with the chat input belongs to.

Link copied to clipboard

The identifier of the user attached to the chat input.

Link copied to clipboard

A end user message in a conversation.

Functions

Link copied to clipboard
inline fun copy(block: ChatSyncRequest.Builder.() -> Unit = {}): ChatSyncRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String