Class GoogleCloudDialogflowCxV3beta1ActionIntentMatch
Inheritance
GoogleCloudDialogflowCxV3beta1ActionIntentMatch
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ActionIntentMatch : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
MatchedIntents
Declaration
[JsonProperty("matchedIntents")]
public virtual IList<GoogleCloudDialogflowCxV3beta1ActionIntentMatchMatchedIntent> MatchedIntents { get; set; }
Property Value
Implements