Class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig
Inheritance
GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EndUserSuggestionConfig
Declaration
[JsonProperty("endUserSuggestionConfig")]
public virtual GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig EndUserSuggestionConfig { get; set; }
Property Value
HumanAgentSuggestionConfig
Declaration
[JsonProperty("humanAgentSuggestionConfig")]
public virtual GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig HumanAgentSuggestionConfig { get; set; }
Property Value
MessageAnalysisConfig
Declaration
[JsonProperty("messageAnalysisConfig")]
public virtual GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig MessageAnalysisConfig { get; set; }
Property Value
NotificationConfig
Declaration
[JsonProperty("notificationConfig")]
public virtual GoogleCloudDialogflowV2beta1NotificationConfig NotificationConfig { get; set; }
Property Value
Implements