Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1Card |
GoogleAppsCardV1Card.clone() |
GoogleAppsCardV1Card |
GoogleAppsCardV1OnClick.getCard()
A new card is pushed to the card stack after clicking if specified.
|
GoogleAppsCardV1Card |
CardWithId.getCard()
Card proto that allows chatbots to specify UI elements and editable widgets.
|
GoogleAppsCardV1Card |
GoogleAppsCardV1Card.set(String fieldName,
Object value) |
GoogleAppsCardV1Card |
GoogleAppsCardV1Card.setCardActions(List<GoogleAppsCardV1CardAction> cardActions)
The actions of this card.
|
GoogleAppsCardV1Card |
GoogleAppsCardV1Card.setDisplayStyle(String displayStyle)
The display style for peekCardHeader.
|
GoogleAppsCardV1Card |
GoogleAppsCardV1Card.setFixedFooter(GoogleAppsCardV1CardFixedFooter fixedFooter)
The fixed footer shown at the bottom of this card.
|
GoogleAppsCardV1Card |
GoogleAppsCardV1Card.setHeader(GoogleAppsCardV1CardHeader header)
The header of the card.
|
GoogleAppsCardV1Card |
GoogleAppsCardV1Card.setName(String name)
Name of the card, which is used as a identifier for the card in card navigation.
|
GoogleAppsCardV1Card |
GoogleAppsCardV1Card.setPeekCardHeader(GoogleAppsCardV1CardHeader peekCardHeader)
When displaying contextual content, the peek card header acts as a placeholder so that the user
can navigate forward between the homepage cards and the contextual cards.
|
GoogleAppsCardV1Card |
GoogleAppsCardV1Card.setSections(List<GoogleAppsCardV1Section> sections)
Sections are separated by a line divider.
|
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1OnClick |
GoogleAppsCardV1OnClick.setCard(GoogleAppsCardV1Card card)
A new card is pushed to the card stack after clicking if specified.
|
CardWithId |
CardWithId.setCard(GoogleAppsCardV1Card card)
Card proto that allows chatbots to specify UI elements and editable widgets.
|
Copyright © 2011–2021 Google. All rights reserved.