Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
DeprecatedEvent |
DeprecatedEvent.clone() |
DeprecatedEvent |
DeprecatedEvent.set(String fieldName,
Object value) |
DeprecatedEvent |
DeprecatedEvent.setAction(FormAction action)
The form action data associated with an interactive card that was clicked.
|
DeprecatedEvent |
DeprecatedEvent.setConfigCompleteRedirectUrl(String configCompleteRedirectUrl)
The URL the bot should redirect the user to after they have completed an authorization or
configuration flow outside of Google Chat.
|
DeprecatedEvent |
DeprecatedEvent.setEventTime(String eventTime)
The timestamp indicating when the event was dispatched.
|
DeprecatedEvent |
DeprecatedEvent.setMessage(Message message)
The message that triggered the event, if applicable.
|
DeprecatedEvent |
DeprecatedEvent.setSpace(Space space)
The room or DM in which the event occurred.
|
DeprecatedEvent |
DeprecatedEvent.setThreadKey(String threadKey)
The bot-defined key for the thread related to the event.
|
DeprecatedEvent |
DeprecatedEvent.setToken(String token)
A secret value that bots can use to verify if a request is from Google.
|
DeprecatedEvent |
DeprecatedEvent.setType(String type)
The type of the event.
|
DeprecatedEvent |
DeprecatedEvent.setUser(User user)
The user that triggered the event.
|
Copyright © 2011–2021 Google. All rights reserved.