Class GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase
Inheritance
GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase : IDirectResponseSchema
Properties
CaseContent
Declaration
[JsonProperty("caseContent")]
public virtual IList<GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent> 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