Class GoogleCloudDialogflowV2beta1ListContextsResponse
Inheritance
GoogleCloudDialogflowV2beta1ListContextsResponse
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1ListContextsResponse : IDirectResponseSchema
Properties
Contexts
Declaration
[JsonProperty("contexts")]
public virtual IList<GoogleCloudDialogflowV2beta1Context> Contexts { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
NextPageToken
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Implements