Class ActionResponse.Types.UpdatedWidget
The response of the updated widget.
Used to provide autocomplete options for a widget.
Inheritance
ActionResponse.Types.UpdatedWidget
Assembly: Google.Apps.Chat.V1.dll
public sealed class ActionResponse.Types.UpdatedWidget : IMessage<ActionResponse.Types.UpdatedWidget>, IEquatable<ActionResponse.Types.UpdatedWidget>, IDeepCloneable<ActionResponse.Types.UpdatedWidget>, IBufferMessage, IMessage
Constructors
Declaration
Declaration
public UpdatedWidget(ActionResponse.Types.UpdatedWidget other)
Parameters
Properties
List of widget autocomplete results
Declaration
public ActionResponse.Types.SelectionItems Suggestions { get; set; }
Property Value
Declaration
public ActionResponse.Types.UpdatedWidget.UpdatedWidgetOneofCase UpdatedWidgetCase { get; }
Property Value
The ID of the updated widget. The ID must match the one for the
widget that triggered the update request.
Declaration
public string Widget { get; set; }
Property Value