Class GoogleCloudDialogflowV2ToolsetTool
Inheritance
GoogleCloudDialogflowV2ToolsetTool
Assembly: Google.Apis.Dialogflow.v2.dll
public class GoogleCloudDialogflowV2ToolsetTool : IDirectResponseSchema
Properties
Declaration
[JsonProperty("confirmationRequirement")]
public virtual string ConfirmationRequirement { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("operationId")]
public virtual string OperationId { get; set; }
Property Value
Declaration
[JsonProperty("toolset")]
public virtual string Toolset { get; set; }
Property Value
Implements