Show / Hide Table of Contents

Class AppsDynamiteSharedCardClickSuggestion

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

Inheritance
System.Object
AppsDynamiteSharedCardClickSuggestion
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top