Update View Metadata
connect_update_view_metadata | R Documentation |
Updates the view metadata¶
Description¶
Updates the view metadata. Note that either Name
or Description
must
be provided.
Usage¶
connect_update_view_metadata(InstanceId, ViewId, Name, Description)
Arguments¶
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. |
Value¶
An empty list.
Request syntax¶
svc$update_view_metadata(
InstanceId = "string",
ViewId = "string",
Name = "string",
Description = "string"
)