Class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigSections
Inheritance
GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigSections
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigSections : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
SectionTypes
Declaration
[JsonProperty("sectionTypes")]
public virtual IList<string> SectionTypes { get; set; }
Property Value
Implements