Interface DialogOrBuilder (0.7.0)

public interface DialogOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBody()

public abstract Card getBody()

Input only. Body of the dialog, which is rendered in a modal. Google Chat apps don't support the following card entities: DateTimePicker, OnChangeAction.

.google.apps.card.v1.Card body = 1 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
Type Description
com.google.apps.card.v1.Card

The body.

getBodyOrBuilder()

public abstract CardOrBuilder getBodyOrBuilder()

Input only. Body of the dialog, which is rendered in a modal. Google Chat apps don't support the following card entities: DateTimePicker, OnChangeAction.

.google.apps.card.v1.Card body = 1 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
Type Description
com.google.apps.card.v1.CardOrBuilder

hasBody()

public abstract boolean hasBody()

Input only. Body of the dialog, which is rendered in a modal. Google Chat apps don't support the following card entities: DateTimePicker, OnChangeAction.

.google.apps.card.v1.Card body = 1 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
Type Description
boolean

Whether the body field is set.