Class GoogleChatV1ContextualAddOnMarkup
The markup for developers to specify the contents of a contextual AddOn.
Inheritance
System.Object
GoogleChatV1ContextualAddOnMarkup
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 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<GoogleChatV1ContextualAddOnMarkupCard> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema