space property
The Space.spaceType
field is required.
To create a space, set Space.spaceType
to SPACE
and set
Space.displayName
. If you receive the error message ALREADY_EXISTS
when setting up a space, try a different displayName
. An existing space
within the Google Workspace organization might already use this display
name. To create a group chat, set Space.spaceType
to GROUP_CHAT
. Don't
set Space.displayName
. To create a 1:1 conversation between humans, set
Space.spaceType
to DIRECT_MESSAGE
and set Space.singleUserBotDm
to
false
. Don't set Space.displayName
or Space.spaceDetails
. To create
an 1:1 conversation between a human and the calling Chat app, set
Space.spaceType
to DIRECT_MESSAGE
and Space.singleUserBotDm
to
true
. Don't set Space.displayName
or Space.spaceDetails
. If a
DIRECT_MESSAGE
space already exists, that space is returned instead of
creating a new space.
Required.
Implementation
Space? space;