public interface DialogOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. |