Class GoogleCloudDialogflowCxV3FulfillmentConditionalCases
Inheritance
GoogleCloudDialogflowCxV3FulfillmentConditionalCases
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3FulfillmentConditionalCases : IDirectResponseSchema
Properties
Cases
Declaration
[JsonProperty("cases")]
public virtual IList<GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase> Cases { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Implements