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