| 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.setCommon(CommonEventObject common)
Represents information about the user's client, such as locale, host app, and platform.
|
DeprecatedEvent |
DeprecatedEvent.setConfigCompleteRedirectUrl(String configCompleteRedirectUrl)
The URL the Chat app should redirect the user to after they have completed an authorization or
configuration flow outside of Google Chat.
|
DeprecatedEvent |
DeprecatedEvent.setDialogEventType(String dialogEventType)
The type of [dialog](https://developers.google.com/chat/how-tos/dialogs) event received.
|
DeprecatedEvent |
DeprecatedEvent.setEventTime(String eventTime)
The timestamp indicating when the event occurred.
|
DeprecatedEvent |
DeprecatedEvent.setIsDialogEvent(Boolean isDialogEvent)
True when the event is related to [dialogs](https://developers.google.com/chat/how-
tos/dialogs).
|
DeprecatedEvent |
DeprecatedEvent.setMessage(Message message)
The message that triggered the event, if applicable.
|
DeprecatedEvent |
DeprecatedEvent.setSpace(Space space)
The space in which the event occurred.
|
DeprecatedEvent |
DeprecatedEvent.setThreadKey(String threadKey)
The Chat app-defined key for the thread related to the event.
|
DeprecatedEvent |
DeprecatedEvent.setToken(String token)
A secret value that legacy Chat apps 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–2023 Google. All rights reserved.