Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateChatThreadOptions

Package version

Options to create a chat thread.

Hierarchy

  • any
    • CreateChatThreadOptions

Index

Properties

Optional idempotencyToken

idempotencyToken: undefined | string

If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Idempotency-Token and get back an appropriate response without the server executing the request multiple times. The value of the Idempotency-Token is an opaque string representing a client-generated, globally unique for all time, identifier for the request. It is recommended to use version 4 (random) UUIDs.

Optional participants

participants: ChatParticipant[]

Participants to be added to the chat thread.

Generated using TypeDoc