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 plugin action.

Link copied to clipboard

The identifier of the Amazon Q application linked to the Amazon Q 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 web experience responses based on document attributes or metadata fields.

Link copied to clipboard

A token that you provide to identify a chat request.

Link copied to clipboard

The identifier of the Amazon Q conversation.

Link copied to clipboard

The identifier of the previous end user text input message in a conversation.

Link copied to clipboard

The groups 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