Class GoogleCloudDialogflowV2ToolConnectorToolActionEntityOperation
Inheritance
GoogleCloudDialogflowV2ToolConnectorToolActionEntityOperation
Assembly: Google.Apis.Dialogflow.v2.dll
public class GoogleCloudDialogflowV2ToolConnectorToolActionEntityOperation : 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