* Applies configuration options to the ChatKit instance. * * **IMPORTANT**: New options are not merged with the existing options. You must provide a full set of options every time you call this method.
(options: ChatKitOptions)
| 961 | * **IMPORTANT**: New options are not merged with the existing options. You must provide a full set of options every time you call this method. |
| 962 | */ |
| 963 | setOptions(options: ChatKitOptions): void; |
| 964 | |
| 965 | /** Focuses the composer input field. */ |
| 966 | focusComposer(): Promise<void>; |