Class Suggestions.Types.SuggestionItem
Inheritance
Suggestions.Types.SuggestionItem
Assembly: Google.Apps.Card.V1.dll
Syntax
public sealed class Suggestions.Types.SuggestionItem : IMessage<Suggestions.Types.SuggestionItem>, IEquatable<Suggestions.Types.SuggestionItem>, IDeepCloneable<Suggestions.Types.SuggestionItem>, IBufferMessage, IMessage
Constructors
SuggestionItem()
Declaration
SuggestionItem(SuggestionItem)
Declaration
public SuggestionItem(Suggestions.Types.SuggestionItem other)
Parameters
Properties
ContentCase
Declaration
public Suggestions.Types.SuggestionItem.ContentOneofCase ContentCase { get; }
Property Value
HasText
Gets whether the "text" field is set
Declaration
public bool HasText { get; }
Property Value
Text
The value of a suggested input to a text input field. This is
equivalent to what users enter themselves.
Declaration
public string Text { get; set; }
Property Value