View source: R/connect_operations.R
connect_update_view_metadata | R Documentation |
Updates the view metadata. Note that either Name
or Description
must be provided.
See https://www.paws-r-sdk.com/docs/connect_update_view_metadata/ for full documentation.
connect_update_view_metadata(
InstanceId,
ViewId,
Name = NULL,
Description = NULL
)
InstanceId |
[required] The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance. |
ViewId |
[required] The identifier of the view. Both |
Name |
The name of the view. |
Description |
The description of the view. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.