Dialogflow v3 API - Enum SafetySettings.Types.PhraseMatchStrategy (3.0.0)

public enum SafetySettings.Types.PhraseMatchStrategy

Reference documentation and code samples for the Dialogflow v3 API enum SafetySettings.Types.PhraseMatchStrategy.

Strategy for matching phrases.

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Fields

Name Description
PartialMatch

Text that contains the phrase as a substring will be matched, e.g. "foo" will match "afoobar".

Unspecified

Unspecified, defaults to PARTIAL_MATCH.

WordMatch

Text that contains the tokenized words of the phrase will be matched, e.g. "foo" will match "a foo bar" and "foo bar", but not "foobar".