Class GoogleCloudDialogflowV2ListContextsResponse
Inheritance
GoogleCloudDialogflowV2ListContextsResponse
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ListContextsResponse : IDirectResponseSchema
Properties
Contexts
Declaration
[JsonProperty("contexts")]
public virtual IList<GoogleCloudDialogflowV2Context> 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