GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfig class
Configuration specific to search queries with data stores.
Constructors
-
GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfig.new({List<
GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecs> ? boostSpecs, List<GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigFilterSpecs> ? filterSpecs}) - GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfig.fromJson(Map json_)
Properties
-
boostSpecs
↔ List<
GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecs> ? -
Boost specifications for data stores.
getter/setter pair
-
filterSpecs
↔ List<
GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigFilterSpecs> ? -
Filter specification for data store queries.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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