GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig class
Constructors
- GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig({double? confidenceThreshold, GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings? contextFilterSettings, int? contextSize, GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource? dialogflowQuerySource, GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource? documentQuerySource, GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource? knowledgeBaseQuerySource, int? maxResults, GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigSections? sections})
- GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig.fromJson(Map json_)
Properties
- confidenceThreshold ↔ double?
-
getter/setter pair
- contextFilterSettings ↔ GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings?
-
getter/setter pair
- contextSize ↔ int?
-
getter/setter pair
- dialogflowQuerySource ↔ GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource?
-
getter/setter pair
- documentQuerySource ↔ GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- knowledgeBaseQuerySource ↔ GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource?
-
getter/setter pair
- maxResults ↔ int?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sections ↔ GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigSections?
-
getter/setter pair
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