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)
For `CARD_CLICKED` interaction events, the form action data associated when a user clicks a
card or dialog.
|
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) interaction event
received.
|
DeprecatedEvent |
DeprecatedEvent.setEventTime(String eventTime)
The timestamp indicating when the interaction event occurred.
|
DeprecatedEvent |
DeprecatedEvent.setIsDialogEvent(Boolean isDialogEvent)
For `CARD_CLICKED` interaction events, whether the user interacted with a
[dialog](https://developers.google.com/chat/how-tos/dialogs).
|
DeprecatedEvent |
DeprecatedEvent.setMessage(Message message)
The message that triggered the interaction event, if applicable.
|
DeprecatedEvent |
DeprecatedEvent.setSpace(Space space)
The space in which the interaction event occurred.
|
DeprecatedEvent |
DeprecatedEvent.setThreadKey(String threadKey)
The Chat app-defined key for the thread related to the interaction 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 interaction event.
|
DeprecatedEvent |
DeprecatedEvent.setUser(User user)
The user that triggered the interaction event.
|
Copyright © 2011–2024 Google. All rights reserved.