1. Packages
  2. Google Cloud Native
  3. API Docs
  4. contactcenterinsights
  5. contactcenterinsights/v1
  6. PhraseMatcher

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.contactcenterinsights/v1.PhraseMatcher

Explore with Pulumi AI

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

Creates a phrase matcher.

Create PhraseMatcher Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new PhraseMatcher(name: string, args: PhraseMatcherArgs, opts?: CustomResourceOptions);
@overload
def PhraseMatcher(resource_name: str,
                  args: PhraseMatcherArgs,
                  opts: Optional[ResourceOptions] = None)

@overload
def PhraseMatcher(resource_name: str,
                  opts: Optional[ResourceOptions] = None,
                  type: Optional[PhraseMatcherType] = None,
                  active: Optional[bool] = None,
                  display_name: Optional[str] = None,
                  location: Optional[str] = None,
                  name: Optional[str] = None,
                  phrase_match_rule_groups: Optional[Sequence[GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupArgs]] = None,
                  project: Optional[str] = None,
                  role_match: Optional[PhraseMatcherRoleMatch] = None,
                  version_tag: Optional[str] = None)
func NewPhraseMatcher(ctx *Context, name string, args PhraseMatcherArgs, opts ...ResourceOption) (*PhraseMatcher, error)
public PhraseMatcher(string name, PhraseMatcherArgs args, CustomResourceOptions? opts = null)
public PhraseMatcher(String name, PhraseMatcherArgs args)
public PhraseMatcher(String name, PhraseMatcherArgs args, CustomResourceOptions options)
type: google-native:contactcenterinsights/v1:PhraseMatcher
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. PhraseMatcherArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. PhraseMatcherArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. PhraseMatcherArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. PhraseMatcherArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. PhraseMatcherArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var phraseMatcherResource = new GoogleNative.Contactcenterinsights.V1.PhraseMatcher("phraseMatcherResource", new()
{
    Type = GoogleNative.Contactcenterinsights.V1.PhraseMatcherType.PhraseMatcherTypeUnspecified,
    Active = false,
    DisplayName = "string",
    Location = "string",
    Name = "string",
    PhraseMatchRuleGroups = new[]
    {
        new GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupArgs
        {
            Type = GoogleNative.Contactcenterinsights.V1.GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupType.PhraseMatchRuleGroupTypeUnspecified,
            PhraseMatchRules = new[]
            {
                new GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1PhraseMatchRuleArgs
                {
                    Query = "string",
                    Config = new GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfigArgs
                    {
                        ExactMatchConfig = new GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1ExactMatchConfigArgs
                        {
                            CaseSensitive = false,
                        },
                    },
                    Negated = false,
                },
            },
        },
    },
    Project = "string",
    RoleMatch = GoogleNative.Contactcenterinsights.V1.PhraseMatcherRoleMatch.RoleUnspecified,
    VersionTag = "string",
});
Copy
example, err := contactcenterinsights.NewPhraseMatcher(ctx, "phraseMatcherResource", &contactcenterinsights.PhraseMatcherArgs{
	Type:        contactcenterinsights.PhraseMatcherTypePhraseMatcherTypeUnspecified,
	Active:      pulumi.Bool(false),
	DisplayName: pulumi.String("string"),
	Location:    pulumi.String("string"),
	Name:        pulumi.String("string"),
	PhraseMatchRuleGroups: contactcenterinsights.GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupArray{
		&contactcenterinsights.GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupArgs{
			Type: contactcenterinsights.GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupTypePhraseMatchRuleGroupTypeUnspecified,
			PhraseMatchRules: contactcenterinsights.GoogleCloudContactcenterinsightsV1PhraseMatchRuleArray{
				&contactcenterinsights.GoogleCloudContactcenterinsightsV1PhraseMatchRuleArgs{
					Query: pulumi.String("string"),
					Config: &contactcenterinsights.GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfigArgs{
						ExactMatchConfig: &contactcenterinsights.GoogleCloudContactcenterinsightsV1ExactMatchConfigArgs{
							CaseSensitive: pulumi.Bool(false),
						},
					},
					Negated: pulumi.Bool(false),
				},
			},
		},
	},
	Project:    pulumi.String("string"),
	RoleMatch:  contactcenterinsights.PhraseMatcherRoleMatchRoleUnspecified,
	VersionTag: pulumi.String("string"),
})
Copy
var phraseMatcherResource = new PhraseMatcher("phraseMatcherResource", PhraseMatcherArgs.builder()
    .type("PHRASE_MATCHER_TYPE_UNSPECIFIED")
    .active(false)
    .displayName("string")
    .location("string")
    .name("string")
    .phraseMatchRuleGroups(GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupArgs.builder()
        .type("PHRASE_MATCH_RULE_GROUP_TYPE_UNSPECIFIED")
        .phraseMatchRules(GoogleCloudContactcenterinsightsV1PhraseMatchRuleArgs.builder()
            .query("string")
            .config(GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfigArgs.builder()
                .exactMatchConfig(GoogleCloudContactcenterinsightsV1ExactMatchConfigArgs.builder()
                    .caseSensitive(false)
                    .build())
                .build())
            .negated(false)
            .build())
        .build())
    .project("string")
    .roleMatch("ROLE_UNSPECIFIED")
    .versionTag("string")
    .build());
Copy
phrase_matcher_resource = google_native.contactcenterinsights.v1.PhraseMatcher("phraseMatcherResource",
    type=google_native.contactcenterinsights.v1.PhraseMatcherType.PHRASE_MATCHER_TYPE_UNSPECIFIED,
    active=False,
    display_name="string",
    location="string",
    name="string",
    phrase_match_rule_groups=[{
        "type": google_native.contactcenterinsights.v1.GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupType.PHRASE_MATCH_RULE_GROUP_TYPE_UNSPECIFIED,
        "phrase_match_rules": [{
            "query": "string",
            "config": {
                "exact_match_config": {
                    "case_sensitive": False,
                },
            },
            "negated": False,
        }],
    }],
    project="string",
    role_match=google_native.contactcenterinsights.v1.PhraseMatcherRoleMatch.ROLE_UNSPECIFIED,
    version_tag="string")
Copy
const phraseMatcherResource = new google_native.contactcenterinsights.v1.PhraseMatcher("phraseMatcherResource", {
    type: google_native.contactcenterinsights.v1.PhraseMatcherType.PhraseMatcherTypeUnspecified,
    active: false,
    displayName: "string",
    location: "string",
    name: "string",
    phraseMatchRuleGroups: [{
        type: google_native.contactcenterinsights.v1.GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupType.PhraseMatchRuleGroupTypeUnspecified,
        phraseMatchRules: [{
            query: "string",
            config: {
                exactMatchConfig: {
                    caseSensitive: false,
                },
            },
            negated: false,
        }],
    }],
    project: "string",
    roleMatch: google_native.contactcenterinsights.v1.PhraseMatcherRoleMatch.RoleUnspecified,
    versionTag: "string",
});
Copy
type: google-native:contactcenterinsights/v1:PhraseMatcher
properties:
    active: false
    displayName: string
    location: string
    name: string
    phraseMatchRuleGroups:
        - phraseMatchRules:
            - config:
                exactMatchConfig:
                    caseSensitive: false
              negated: false
              query: string
          type: PHRASE_MATCH_RULE_GROUP_TYPE_UNSPECIFIED
    project: string
    roleMatch: ROLE_UNSPECIFIED
    type: PHRASE_MATCHER_TYPE_UNSPECIFIED
    versionTag: string
Copy

PhraseMatcher Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The PhraseMatcher resource accepts the following input properties:

Type This property is required. Pulumi.GoogleNative.Contactcenterinsights.V1.PhraseMatcherType
The type of this phrase matcher.
Active bool
Applies the phrase matcher only when it is active.
DisplayName string
The human-readable name of the phrase matcher.
Location Changes to this property will trigger replacement. string
Name string
The resource name of the phrase matcher. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
PhraseMatchRuleGroups List<Pulumi.GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroup>
A list of phase match rule groups that are included in this matcher.
Project Changes to this property will trigger replacement. string
RoleMatch Pulumi.GoogleNative.Contactcenterinsights.V1.PhraseMatcherRoleMatch
The role whose utterances the phrase matcher should be matched against. If the role is ROLE_UNSPECIFIED it will be matched against any utterances in the transcript.
VersionTag string
The customized version tag to use for the phrase matcher. If not specified, it will default to revision_id.
Type This property is required. PhraseMatcherType
The type of this phrase matcher.
Active bool
Applies the phrase matcher only when it is active.
DisplayName string
The human-readable name of the phrase matcher.
Location Changes to this property will trigger replacement. string
Name string
The resource name of the phrase matcher. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
PhraseMatchRuleGroups []GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupArgs
A list of phase match rule groups that are included in this matcher.
Project Changes to this property will trigger replacement. string
RoleMatch PhraseMatcherRoleMatch
The role whose utterances the phrase matcher should be matched against. If the role is ROLE_UNSPECIFIED it will be matched against any utterances in the transcript.
VersionTag string
The customized version tag to use for the phrase matcher. If not specified, it will default to revision_id.
type This property is required. PhraseMatcherType
The type of this phrase matcher.
active Boolean
Applies the phrase matcher only when it is active.
displayName String
The human-readable name of the phrase matcher.
location Changes to this property will trigger replacement. String
name String
The resource name of the phrase matcher. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
phraseMatchRuleGroups List<GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroup>
A list of phase match rule groups that are included in this matcher.
project Changes to this property will trigger replacement. String
roleMatch PhraseMatcherRoleMatch
The role whose utterances the phrase matcher should be matched against. If the role is ROLE_UNSPECIFIED it will be matched against any utterances in the transcript.
versionTag String
The customized version tag to use for the phrase matcher. If not specified, it will default to revision_id.
type This property is required. PhraseMatcherType
The type of this phrase matcher.
active boolean
Applies the phrase matcher only when it is active.
displayName string
The human-readable name of the phrase matcher.
location Changes to this property will trigger replacement. string
name string
The resource name of the phrase matcher. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
phraseMatchRuleGroups GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroup[]
A list of phase match rule groups that are included in this matcher.
project Changes to this property will trigger replacement. string
roleMatch PhraseMatcherRoleMatch
The role whose utterances the phrase matcher should be matched against. If the role is ROLE_UNSPECIFIED it will be matched against any utterances in the transcript.
versionTag string
The customized version tag to use for the phrase matcher. If not specified, it will default to revision_id.
type This property is required. PhraseMatcherType
The type of this phrase matcher.
active bool
Applies the phrase matcher only when it is active.
display_name str
The human-readable name of the phrase matcher.
location Changes to this property will trigger replacement. str
name str
The resource name of the phrase matcher. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
phrase_match_rule_groups Sequence[GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupArgs]
A list of phase match rule groups that are included in this matcher.
project Changes to this property will trigger replacement. str
role_match PhraseMatcherRoleMatch
The role whose utterances the phrase matcher should be matched against. If the role is ROLE_UNSPECIFIED it will be matched against any utterances in the transcript.
version_tag str
The customized version tag to use for the phrase matcher. If not specified, it will default to revision_id.
type This property is required. "PHRASE_MATCHER_TYPE_UNSPECIFIED" | "ALL_OF" | "ANY_OF"
The type of this phrase matcher.
active Boolean
Applies the phrase matcher only when it is active.
displayName String
The human-readable name of the phrase matcher.
location Changes to this property will trigger replacement. String
name String
The resource name of the phrase matcher. Format: projects/{project}/locations/{location}/phraseMatchers/{phrase_matcher}
phraseMatchRuleGroups List<Property Map>
A list of phase match rule groups that are included in this matcher.
project Changes to this property will trigger replacement. String
roleMatch "ROLE_UNSPECIFIED" | "HUMAN_AGENT" | "AUTOMATED_AGENT" | "END_USER" | "ANY_AGENT"
The role whose utterances the phrase matcher should be matched against. If the role is ROLE_UNSPECIFIED it will be matched against any utterances in the transcript.
versionTag String
The customized version tag to use for the phrase matcher. If not specified, it will default to revision_id.

Outputs

All input properties are implicitly available as output properties. Additionally, the PhraseMatcher resource produces the following output properties:

ActivationUpdateTime string
The most recent time at which the activation status was updated.
Id string
The provider-assigned unique ID for this managed resource.
RevisionCreateTime string
The timestamp of when the revision was created. It is also the create time when a new matcher is added.
RevisionId string
Immutable. The revision ID of the phrase matcher. A new revision is committed whenever the matcher is changed, except when it is activated or deactivated. A server generated random ID will be used. Example: locations/global/phraseMatchers/my-first-matcher@1234567
UpdateTime string
The most recent time at which the phrase matcher was updated.
ActivationUpdateTime string
The most recent time at which the activation status was updated.
Id string
The provider-assigned unique ID for this managed resource.
RevisionCreateTime string
The timestamp of when the revision was created. It is also the create time when a new matcher is added.
RevisionId string
Immutable. The revision ID of the phrase matcher. A new revision is committed whenever the matcher is changed, except when it is activated or deactivated. A server generated random ID will be used. Example: locations/global/phraseMatchers/my-first-matcher@1234567
UpdateTime string
The most recent time at which the phrase matcher was updated.
activationUpdateTime String
The most recent time at which the activation status was updated.
id String
The provider-assigned unique ID for this managed resource.
revisionCreateTime String
The timestamp of when the revision was created. It is also the create time when a new matcher is added.
revisionId String
Immutable. The revision ID of the phrase matcher. A new revision is committed whenever the matcher is changed, except when it is activated or deactivated. A server generated random ID will be used. Example: locations/global/phraseMatchers/my-first-matcher@1234567
updateTime String
The most recent time at which the phrase matcher was updated.
activationUpdateTime string
The most recent time at which the activation status was updated.
id string
The provider-assigned unique ID for this managed resource.
revisionCreateTime string
The timestamp of when the revision was created. It is also the create time when a new matcher is added.
revisionId string
Immutable. The revision ID of the phrase matcher. A new revision is committed whenever the matcher is changed, except when it is activated or deactivated. A server generated random ID will be used. Example: locations/global/phraseMatchers/my-first-matcher@1234567
updateTime string
The most recent time at which the phrase matcher was updated.
activation_update_time str
The most recent time at which the activation status was updated.
id str
The provider-assigned unique ID for this managed resource.
revision_create_time str
The timestamp of when the revision was created. It is also the create time when a new matcher is added.
revision_id str
Immutable. The revision ID of the phrase matcher. A new revision is committed whenever the matcher is changed, except when it is activated or deactivated. A server generated random ID will be used. Example: locations/global/phraseMatchers/my-first-matcher@1234567
update_time str
The most recent time at which the phrase matcher was updated.
activationUpdateTime String
The most recent time at which the activation status was updated.
id String
The provider-assigned unique ID for this managed resource.
revisionCreateTime String
The timestamp of when the revision was created. It is also the create time when a new matcher is added.
revisionId String
Immutable. The revision ID of the phrase matcher. A new revision is committed whenever the matcher is changed, except when it is activated or deactivated. A server generated random ID will be used. Example: locations/global/phraseMatchers/my-first-matcher@1234567
updateTime String
The most recent time at which the phrase matcher was updated.

Supporting Types

GoogleCloudContactcenterinsightsV1ExactMatchConfig
, GoogleCloudContactcenterinsightsV1ExactMatchConfigArgs

CaseSensitive bool
Whether to consider case sensitivity when performing an exact match.
CaseSensitive bool
Whether to consider case sensitivity when performing an exact match.
caseSensitive Boolean
Whether to consider case sensitivity when performing an exact match.
caseSensitive boolean
Whether to consider case sensitivity when performing an exact match.
case_sensitive bool
Whether to consider case sensitivity when performing an exact match.
caseSensitive Boolean
Whether to consider case sensitivity when performing an exact match.

GoogleCloudContactcenterinsightsV1ExactMatchConfigResponse
, GoogleCloudContactcenterinsightsV1ExactMatchConfigResponseArgs

CaseSensitive This property is required. bool
Whether to consider case sensitivity when performing an exact match.
CaseSensitive This property is required. bool
Whether to consider case sensitivity when performing an exact match.
caseSensitive This property is required. Boolean
Whether to consider case sensitivity when performing an exact match.
caseSensitive This property is required. boolean
Whether to consider case sensitivity when performing an exact match.
case_sensitive This property is required. bool
Whether to consider case sensitivity when performing an exact match.
caseSensitive This property is required. Boolean
Whether to consider case sensitivity when performing an exact match.

GoogleCloudContactcenterinsightsV1PhraseMatchRule
, GoogleCloudContactcenterinsightsV1PhraseMatchRuleArgs

Query This property is required. string
The phrase to be matched.
Config Pulumi.GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfig
Provides additional information about the rule that specifies how to apply the rule.
Negated bool
Specifies whether the phrase must be missing from the transcript segment or present in the transcript segment.
Query This property is required. string
The phrase to be matched.
Config GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfig
Provides additional information about the rule that specifies how to apply the rule.
Negated bool
Specifies whether the phrase must be missing from the transcript segment or present in the transcript segment.
query This property is required. String
The phrase to be matched.
config GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfig
Provides additional information about the rule that specifies how to apply the rule.
negated Boolean
Specifies whether the phrase must be missing from the transcript segment or present in the transcript segment.
query This property is required. string
The phrase to be matched.
config GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfig
Provides additional information about the rule that specifies how to apply the rule.
negated boolean
Specifies whether the phrase must be missing from the transcript segment or present in the transcript segment.
query This property is required. str
The phrase to be matched.
config GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfig
Provides additional information about the rule that specifies how to apply the rule.
negated bool
Specifies whether the phrase must be missing from the transcript segment or present in the transcript segment.
query This property is required. String
The phrase to be matched.
config Property Map
Provides additional information about the rule that specifies how to apply the rule.
negated Boolean
Specifies whether the phrase must be missing from the transcript segment or present in the transcript segment.

GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfig
, GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfigArgs

ExactMatchConfig GoogleCloudContactcenterinsightsV1ExactMatchConfig
The configuration for the exact match rule.
exactMatchConfig GoogleCloudContactcenterinsightsV1ExactMatchConfig
The configuration for the exact match rule.
exactMatchConfig GoogleCloudContactcenterinsightsV1ExactMatchConfig
The configuration for the exact match rule.
exactMatchConfig Property Map
The configuration for the exact match rule.

GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfigResponse
, GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfigResponseArgs

ExactMatchConfig This property is required. GoogleCloudContactcenterinsightsV1ExactMatchConfigResponse
The configuration for the exact match rule.
exactMatchConfig This property is required. GoogleCloudContactcenterinsightsV1ExactMatchConfigResponse
The configuration for the exact match rule.
exactMatchConfig This property is required. GoogleCloudContactcenterinsightsV1ExactMatchConfigResponse
The configuration for the exact match rule.
exact_match_config This property is required. GoogleCloudContactcenterinsightsV1ExactMatchConfigResponse
The configuration for the exact match rule.
exactMatchConfig This property is required. Property Map
The configuration for the exact match rule.

GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroup
, GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupArgs

Type This property is required. GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupType
The type of this phrase match rule group.
PhraseMatchRules []GoogleCloudContactcenterinsightsV1PhraseMatchRule
A list of phrase match rules that are included in this group.
type This property is required. GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupType
The type of this phrase match rule group.
phraseMatchRules List<GoogleCloudContactcenterinsightsV1PhraseMatchRule>
A list of phrase match rules that are included in this group.
type This property is required. GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupType
The type of this phrase match rule group.
phraseMatchRules GoogleCloudContactcenterinsightsV1PhraseMatchRule[]
A list of phrase match rules that are included in this group.
type This property is required. GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupType
The type of this phrase match rule group.
phrase_match_rules Sequence[GoogleCloudContactcenterinsightsV1PhraseMatchRule]
A list of phrase match rules that are included in this group.
type This property is required. "PHRASE_MATCH_RULE_GROUP_TYPE_UNSPECIFIED" | "ALL_OF" | "ANY_OF"
The type of this phrase match rule group.
phraseMatchRules List<Property Map>
A list of phrase match rules that are included in this group.

GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupResponse
, GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupResponseArgs

PhraseMatchRules This property is required. List<Pulumi.GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1PhraseMatchRuleResponse>
A list of phrase match rules that are included in this group.
Type This property is required. string
The type of this phrase match rule group.
PhraseMatchRules This property is required. []GoogleCloudContactcenterinsightsV1PhraseMatchRuleResponse
A list of phrase match rules that are included in this group.
Type This property is required. string
The type of this phrase match rule group.
phraseMatchRules This property is required. List<GoogleCloudContactcenterinsightsV1PhraseMatchRuleResponse>
A list of phrase match rules that are included in this group.
type This property is required. String
The type of this phrase match rule group.
phraseMatchRules This property is required. GoogleCloudContactcenterinsightsV1PhraseMatchRuleResponse[]
A list of phrase match rules that are included in this group.
type This property is required. string
The type of this phrase match rule group.
phrase_match_rules This property is required. Sequence[GoogleCloudContactcenterinsightsV1PhraseMatchRuleResponse]
A list of phrase match rules that are included in this group.
type This property is required. str
The type of this phrase match rule group.
phraseMatchRules This property is required. List<Property Map>
A list of phrase match rules that are included in this group.
type This property is required. String
The type of this phrase match rule group.

GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupType
, GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupTypeArgs

PhraseMatchRuleGroupTypeUnspecified
PHRASE_MATCH_RULE_GROUP_TYPE_UNSPECIFIEDUnspecified.
AllOf
ALL_OFMust meet all phrase match rules or there is no match.
AnyOf
ANY_OFIf any of the phrase match rules are met, there is a match.
GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupTypePhraseMatchRuleGroupTypeUnspecified
PHRASE_MATCH_RULE_GROUP_TYPE_UNSPECIFIEDUnspecified.
GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupTypeAllOf
ALL_OFMust meet all phrase match rules or there is no match.
GoogleCloudContactcenterinsightsV1PhraseMatchRuleGroupTypeAnyOf
ANY_OFIf any of the phrase match rules are met, there is a match.
PhraseMatchRuleGroupTypeUnspecified
PHRASE_MATCH_RULE_GROUP_TYPE_UNSPECIFIEDUnspecified.
AllOf
ALL_OFMust meet all phrase match rules or there is no match.
AnyOf
ANY_OFIf any of the phrase match rules are met, there is a match.
PhraseMatchRuleGroupTypeUnspecified
PHRASE_MATCH_RULE_GROUP_TYPE_UNSPECIFIEDUnspecified.
AllOf
ALL_OFMust meet all phrase match rules or there is no match.
AnyOf
ANY_OFIf any of the phrase match rules are met, there is a match.
PHRASE_MATCH_RULE_GROUP_TYPE_UNSPECIFIED
PHRASE_MATCH_RULE_GROUP_TYPE_UNSPECIFIEDUnspecified.
ALL_OF
ALL_OFMust meet all phrase match rules or there is no match.
ANY_OF
ANY_OFIf any of the phrase match rules are met, there is a match.
"PHRASE_MATCH_RULE_GROUP_TYPE_UNSPECIFIED"
PHRASE_MATCH_RULE_GROUP_TYPE_UNSPECIFIEDUnspecified.
"ALL_OF"
ALL_OFMust meet all phrase match rules or there is no match.
"ANY_OF"
ANY_OFIf any of the phrase match rules are met, there is a match.

GoogleCloudContactcenterinsightsV1PhraseMatchRuleResponse
, GoogleCloudContactcenterinsightsV1PhraseMatchRuleResponseArgs

Config This property is required. Pulumi.GoogleNative.Contactcenterinsights.V1.Inputs.GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfigResponse
Provides additional information about the rule that specifies how to apply the rule.
Negated This property is required. bool
Specifies whether the phrase must be missing from the transcript segment or present in the transcript segment.
Query This property is required. string
The phrase to be matched.
Config This property is required. GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfigResponse
Provides additional information about the rule that specifies how to apply the rule.
Negated This property is required. bool
Specifies whether the phrase must be missing from the transcript segment or present in the transcript segment.
Query This property is required. string
The phrase to be matched.
config This property is required. GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfigResponse
Provides additional information about the rule that specifies how to apply the rule.
negated This property is required. Boolean
Specifies whether the phrase must be missing from the transcript segment or present in the transcript segment.
query This property is required. String
The phrase to be matched.
config This property is required. GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfigResponse
Provides additional information about the rule that specifies how to apply the rule.
negated This property is required. boolean
Specifies whether the phrase must be missing from the transcript segment or present in the transcript segment.
query This property is required. string
The phrase to be matched.
config This property is required. GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfigResponse
Provides additional information about the rule that specifies how to apply the rule.
negated This property is required. bool
Specifies whether the phrase must be missing from the transcript segment or present in the transcript segment.
query This property is required. str
The phrase to be matched.
config This property is required. Property Map
Provides additional information about the rule that specifies how to apply the rule.
negated This property is required. Boolean
Specifies whether the phrase must be missing from the transcript segment or present in the transcript segment.
query This property is required. String
The phrase to be matched.

PhraseMatcherRoleMatch
, PhraseMatcherRoleMatchArgs

RoleUnspecified
ROLE_UNSPECIFIEDParticipant's role is not set.
HumanAgent
HUMAN_AGENTParticipant is a human agent.
AutomatedAgent
AUTOMATED_AGENTParticipant is an automated agent.
EndUser
END_USERParticipant is an end user who conversed with the contact center.
AnyAgent
ANY_AGENTParticipant is either a human or automated agent.
PhraseMatcherRoleMatchRoleUnspecified
ROLE_UNSPECIFIEDParticipant's role is not set.
PhraseMatcherRoleMatchHumanAgent
HUMAN_AGENTParticipant is a human agent.
PhraseMatcherRoleMatchAutomatedAgent
AUTOMATED_AGENTParticipant is an automated agent.
PhraseMatcherRoleMatchEndUser
END_USERParticipant is an end user who conversed with the contact center.
PhraseMatcherRoleMatchAnyAgent
ANY_AGENTParticipant is either a human or automated agent.
RoleUnspecified
ROLE_UNSPECIFIEDParticipant's role is not set.
HumanAgent
HUMAN_AGENTParticipant is a human agent.
AutomatedAgent
AUTOMATED_AGENTParticipant is an automated agent.
EndUser
END_USERParticipant is an end user who conversed with the contact center.
AnyAgent
ANY_AGENTParticipant is either a human or automated agent.
RoleUnspecified
ROLE_UNSPECIFIEDParticipant's role is not set.
HumanAgent
HUMAN_AGENTParticipant is a human agent.
AutomatedAgent
AUTOMATED_AGENTParticipant is an automated agent.
EndUser
END_USERParticipant is an end user who conversed with the contact center.
AnyAgent
ANY_AGENTParticipant is either a human or automated agent.
ROLE_UNSPECIFIED
ROLE_UNSPECIFIEDParticipant's role is not set.
HUMAN_AGENT
HUMAN_AGENTParticipant is a human agent.
AUTOMATED_AGENT
AUTOMATED_AGENTParticipant is an automated agent.
END_USER
END_USERParticipant is an end user who conversed with the contact center.
ANY_AGENT
ANY_AGENTParticipant is either a human or automated agent.
"ROLE_UNSPECIFIED"
ROLE_UNSPECIFIEDParticipant's role is not set.
"HUMAN_AGENT"
HUMAN_AGENTParticipant is a human agent.
"AUTOMATED_AGENT"
AUTOMATED_AGENTParticipant is an automated agent.
"END_USER"
END_USERParticipant is an end user who conversed with the contact center.
"ANY_AGENT"
ANY_AGENTParticipant is either a human or automated agent.

PhraseMatcherType
, PhraseMatcherTypeArgs

PhraseMatcherTypeUnspecified
PHRASE_MATCHER_TYPE_UNSPECIFIEDUnspecified.
AllOf
ALL_OFMust meet all phrase match rule groups or there is no match.
AnyOf
ANY_OFIf any of the phrase match rule groups are met, there is a match.
PhraseMatcherTypePhraseMatcherTypeUnspecified
PHRASE_MATCHER_TYPE_UNSPECIFIEDUnspecified.
PhraseMatcherTypeAllOf
ALL_OFMust meet all phrase match rule groups or there is no match.
PhraseMatcherTypeAnyOf
ANY_OFIf any of the phrase match rule groups are met, there is a match.
PhraseMatcherTypeUnspecified
PHRASE_MATCHER_TYPE_UNSPECIFIEDUnspecified.
AllOf
ALL_OFMust meet all phrase match rule groups or there is no match.
AnyOf
ANY_OFIf any of the phrase match rule groups are met, there is a match.
PhraseMatcherTypeUnspecified
PHRASE_MATCHER_TYPE_UNSPECIFIEDUnspecified.
AllOf
ALL_OFMust meet all phrase match rule groups or there is no match.
AnyOf
ANY_OFIf any of the phrase match rule groups are met, there is a match.
PHRASE_MATCHER_TYPE_UNSPECIFIED
PHRASE_MATCHER_TYPE_UNSPECIFIEDUnspecified.
ALL_OF
ALL_OFMust meet all phrase match rule groups or there is no match.
ANY_OF
ANY_OFIf any of the phrase match rule groups are met, there is a match.
"PHRASE_MATCHER_TYPE_UNSPECIFIED"
PHRASE_MATCHER_TYPE_UNSPECIFIEDUnspecified.
"ALL_OF"
ALL_OFMust meet all phrase match rule groups or there is no match.
"ANY_OF"
ANY_OFIf any of the phrase match rule groups are met, there is a match.

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi