Class GoogleCloudDialogflowCxV3beta1ListToolVersionsResponse
Inheritance
GoogleCloudDialogflowCxV3beta1ListToolVersionsResponse
Assembly: Google.Apis.Dialogflow.v3beta1.dll
public class GoogleCloudDialogflowCxV3beta1ListToolVersionsResponse : IDirectResponseSchema
Properties
Declaration
public virtual string ETag { get; set; }
Property Value
NextPageToken
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Declaration
[JsonProperty("toolVersions")]
public virtual IList<GoogleCloudDialogflowCxV3beta1ToolVersion> ToolVersions { get; set; }
Property Value
Implements