Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

Readonly config

The resolved configuration of ChatServiceClient class. This is resolved and normalized from the constructor configuration interface.

middlewareStack

middlewareStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>

Methods

destroy

  • destroy(): void
  • Destroy underlying resources, like sockets. It's usually not necessary to do this. However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed. Otherwise, sockets might stay open for quite a long time before the server terminates them.

    Returns void

getDirectThread

getThreadHistory

getThreadTopic

send

sendChatMessage

setThreadRead

setTypingStatus

watchThread

  • Fetches all relevant changes from a thread that have happened since the given watch index.

    Parameters

    Returns Promise<WatchThreadCommandOutput>

  • Fetches all relevant changes from a thread that have happened since the given watch index.

    Parameters

    Returns void

  • Fetches all relevant changes from a thread that have happened since the given watch index.

    Parameters

    Returns void

  • Fetches all relevant changes from a thread that have happened since the given watch index.

    Parameters

    • args: WatchThreadCommandInput
    • Optional options: __HttpHandlerOptions

    Returns Promise<WatchThreadCommandOutput>

  • Fetches all relevant changes from a thread that have happened since the given watch index.

    Parameters

    Returns void

  • Fetches all relevant changes from a thread that have happened since the given watch index.

    Parameters

    Returns void