Class GoogleChatV1ContextualAddOnMarkup
The markup for developers to specify the contents of a contextual AddOn.
Inheritance
object
GoogleChatV1ContextualAddOnMarkup
Implements
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 GoogleChatV1ContextualAddOnMarkup : IDirectResponseSchema
Properties
Cards
A list of cards. A card must contain a header and at least 1 section.
Declaration
[JsonProperty("cards")]
public virtual IList<GoogleChatV1ContextualAddOnMarkupCard> Cards { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<T><GoogleChatV1ContextualAddOnMarkupCard> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |