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