Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ class QueryPreferences(_Model):
:ivar scorer: To specify what scoring algorithm is preferred. Known values are: "Classic",
"Transformer", and "Semantic".
:vartype scorer: str or ~azure.ai.language.questionanswering.models.Scorer
:ivar matching_policy: Policy for controling exact query match behavior.
:ivar matching_policy: Policy for controlling exact query match behavior.
:vartype matching_policy: ~azure.ai.language.questionanswering.models.MatchingPolicy
"""

Expand All @@ -836,7 +836,7 @@ class QueryPreferences(_Model):
matching_policy: Optional["_models.MatchingPolicy"] = rest_field(
name="matchingPolicy", visibility=["read", "create", "update", "delete", "query"]
)
"""Policy for controling exact query match behavior."""
"""Policy for controlling exact query match behavior."""

@overload
def __init__(
Expand Down