public static interface ActionResponse.UpdatedWidgetOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSuggestions()
public abstract ActionResponse.SelectionItems getSuggestions()List of widget autocomplete results
 .google.chat.v1.ActionResponse.SelectionItems suggestions = 1;
| Returns | |
|---|---|
| Type | Description | 
| ActionResponse.SelectionItems | The suggestions. | 
getSuggestionsOrBuilder()
public abstract ActionResponse.SelectionItemsOrBuilder getSuggestionsOrBuilder()List of widget autocomplete results
 .google.chat.v1.ActionResponse.SelectionItems suggestions = 1;
| Returns | |
|---|---|
| Type | Description | 
| ActionResponse.SelectionItemsOrBuilder | |
getUpdatedWidgetCase()
public abstract ActionResponse.UpdatedWidget.UpdatedWidgetCase getUpdatedWidgetCase()| Returns | |
|---|---|
| Type | Description | 
| ActionResponse.UpdatedWidget.UpdatedWidgetCase | |
getWidget()
public abstract String getWidget()The ID of the updated widget. The ID must match the one for the widget that triggered the update request.
 string widget = 2;
| Returns | |
|---|---|
| Type | Description | 
| String | The widget. | 
getWidgetBytes()
public abstract ByteString getWidgetBytes()The ID of the updated widget. The ID must match the one for the widget that triggered the update request.
 string widget = 2;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for widget. | 
hasSuggestions()
public abstract boolean hasSuggestions()List of widget autocomplete results
 .google.chat.v1.ActionResponse.SelectionItems suggestions = 1;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the suggestions field is set. |