Class GoogleCloudDialogflowV2beta1ToolConnectorToolActionEntityOperation
Inheritance
GoogleCloudDialogflowV2beta1ToolConnectorToolActionEntityOperation
Assembly: Google.Apis.Dialogflow.v2beta1.dll
public class GoogleCloudDialogflowV2beta1ToolConnectorToolActionEntityOperation : IDirectResponseSchema
Properties
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("entityId")]
public virtual string EntityId { get; set; }
Property Value
Declaration
[JsonProperty("operation")]
public virtual string Operation { get; set; }
Property Value
Implements