Show / Hide Table of Contents

Class AppsDynamiteSharedCardClickSuggestion

Card click which identifies one suggestion provided by the app/bot.

Inheritance
object
AppsDynamiteSharedCardClickSuggestion
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class AppsDynamiteSharedCardClickSuggestion : IDirectResponseSchema

Properties

ActionId

Identify the button/action that created the suggestion. A simple example would be a card button within the stream, or the id which can identify a specific suggestion.

Declaration
[JsonProperty("actionId")]
public virtual string ActionId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SuggestionMessageId

The message_id for the message that was posted by the app/bot.

Declaration
[JsonProperty("suggestionMessageId")]
public virtual MessageId SuggestionMessageId { get; set; }
Property Value
Type Description
MessageId

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX