Updates the chat UI view by showing or hiding the launcher, main window, or both. Use this method to programmatically control the visibility of chat components.Documentation Index
Fetch the complete documentation index at: https://developer.watson-orchestrate.ibm.com/llms.txt
Use this file to discover all available pages before exploring further.
Syntax
Parameters
Either a string key (‘launcher’ or ‘mainWindow’) or an object with optional
launcher or mainWindow, or both boolean properties to control their visibility.Returns
Promise<void>
Returns a promise that resolves when the view is updated.
Examples
The following examples show different ways to update the view:Do you need practical examples?
Learn how to apply the features available for embedded chat into your implementation with guidance and examples.

