Class GoogleCloudDialogflowCxV3ListToolVersionsResponse
Inheritance
GoogleCloudDialogflowCxV3ListToolVersionsResponse
Assembly: Google.Apis.Dialogflow.v3.dll
public class GoogleCloudDialogflowCxV3ListToolVersionsResponse : 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<GoogleCloudDialogflowCxV3ToolVersion> ToolVersions { get; set; }
Property Value
Implements