GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig class
Config for suggestion query.
Constructors
- GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig({double? confidenceThreshold, GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings? contextFilterSettings, GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource? dialogflowQuerySource, GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource? documentQuerySource, GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource? knowledgeBaseQuerySource, int? maxResults})
- GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig.fromJson(Map json_)
Properties
- confidenceThreshold ↔ double?
- 
  Confidence threshold of query result.
  getter/setter pair
- contextFilterSettings ↔ GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings?
- 
  Determines how recent conversation context is filtered when generating
suggestions.
  getter/setter pair
- dialogflowQuerySource ↔ GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource?
- 
  Query from Dialogflow agent.
  getter/setter pair
- documentQuerySource ↔ GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource?
- 
  Query from knowledge base document.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- knowledgeBaseQuerySource ↔ GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource?
- 
  Query from knowledgebase.
  getter/setter pair
- maxResults ↔ int?
- 
  Maximum number of results to return.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited