requestId property

String? requestId
getter/setter pair

A unique identifier for this request.

A random UUID is recommended. Specifying an existing request ID returns the space created with that ID instead of creating a new space. Specifying an existing request ID from the same Chat app with a different authenticated user returns an error.

Optional.

Implementation

core.String? requestId;