Class GoogleCloudDialogflowCxV3ListExamplesResponse
Inheritance
GoogleCloudDialogflowCxV3ListExamplesResponse
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3ListExamplesResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Examples
Declaration
[JsonProperty("examples")]
public virtual IList<GoogleCloudDialogflowCxV3Example> Examples { get; set; }
Property Value
NextPageToken
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Implements