public interface DialogActionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getActionCase()
public abstract DialogAction.ActionCase getActionCase()| Returns | |
|---|---|
| Type | Description | 
| DialogAction.ActionCase | |
getActionStatus()
public abstract ActionStatus getActionStatus()Input only. Status for a request to either invoke or submit a dialog. Displays a status and message to users, if necessary. For example, in case of an error or success.
 
 .google.chat.v1.ActionStatus action_status = 2 [(.google.api.field_behavior) = INPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| ActionStatus | The actionStatus. | 
getActionStatusOrBuilder()
public abstract ActionStatusOrBuilder getActionStatusOrBuilder()Input only. Status for a request to either invoke or submit a dialog. Displays a status and message to users, if necessary. For example, in case of an error or success.
 
 .google.chat.v1.ActionStatus action_status = 2 [(.google.api.field_behavior) = INPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| ActionStatusOrBuilder | |
getDialog()
public abstract Dialog getDialog()Input only. Dialog for the request.
 .google.chat.v1.Dialog dialog = 1 [(.google.api.field_behavior) = INPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| Dialog | The dialog. | 
getDialogOrBuilder()
public abstract DialogOrBuilder getDialogOrBuilder()Input only. Dialog for the request.
 .google.chat.v1.Dialog dialog = 1 [(.google.api.field_behavior) = INPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| DialogOrBuilder | |
hasActionStatus()
public abstract boolean hasActionStatus()Input only. Status for a request to either invoke or submit a dialog. Displays a status and message to users, if necessary. For example, in case of an error or success.
 
 .google.chat.v1.ActionStatus action_status = 2 [(.google.api.field_behavior) = INPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the actionStatus field is set. | 
hasDialog()
public abstract boolean hasDialog()Input only. Dialog for the request.
 .google.chat.v1.Dialog dialog = 1 [(.google.api.field_behavior) = INPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the dialog field is set. |