Show / Hide Table of Contents

Class Suggestions.Types.SuggestionItem

One suggested value that users can enter in a text input field.

Google Workspace Add-ons and Chat apps:

Inheritance
object
Suggestions.Types.SuggestionItem
Implements
IMessage<Suggestions.Types.SuggestionItem>
IEquatable<Suggestions.Types.SuggestionItem>
IDeepCloneable<Suggestions.Types.SuggestionItem>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Card.V1
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
public SuggestionItem()

SuggestionItem(SuggestionItem)

Declaration
public SuggestionItem(Suggestions.Types.SuggestionItem other)
Parameters
Type Name Description
Suggestions.Types.SuggestionItem other

Properties

ContentCase

Declaration
public Suggestions.Types.SuggestionItem.ContentOneofCase ContentCase { get; }
Property Value
Type Description
Suggestions.Types.SuggestionItem.ContentOneofCase

HasText

Gets whether the "text" field is set

Declaration
public bool HasText { get; }
Property Value
Type Description
bool

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
Type Description
string
In this article
Back to top Generated by DocFX