Skip to content

Commit 6c2a953

Browse files
chore: fix typos and reformatted files (#236)
* chore: fix typos and reformatted files PiperOrigin-RevId: 423128259 Source-Link: googleapis/googleapis@86c3294 Source-Link: googleapis/googleapis-gen@60e75b8 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjBlNzViODgyYWE0OGNiNzVjODNkOTRhOWUzYTIwYzk5NjM2Y2FmMCJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 166f920 commit 6c2a953

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3beta1/types/security_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ class PurgeDataType(proto.Enum):
255255

256256
class InsightsExportSettings(proto.Message):
257257
r"""Settings for exporting conversations to
258-
`Insights <https://cloud.google.com/dialogflow/priv/docs/insights>`__.
258+
`Insights <https://cloud.google.com/contact-center/insights/docs>`__.
259259
260260
Attributes:
261261
enable_insights_export (bool):

packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3beta1/types/session.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -799,9 +799,12 @@ class Match(proto.Message):
799799
[``INTENT``][google.cloud.dialogflow.cx.v3beta1.Match.MatchType]
800800
match type.
801801
event (str):
802-
The event that matched the query. Only filled for
803-
[``EVENT``][google.cloud.dialogflow.cx.v3beta1.Match.MatchType]
804-
match type.
802+
The event that matched the query. Filled for
803+
[``EVENT``][google.cloud.dialogflow.cx.v3beta1.Match.MatchType],
804+
[``NO_MATCH``][google.cloud.dialogflow.cx.v3beta1.Match.MatchType]
805+
and
806+
[``NO_INPUT``][google.cloud.dialogflow.cx.v3beta1.Match.MatchType]
807+
match types.
805808
parameters (google.protobuf.struct_pb2.Struct):
806809
The collection of parameters extracted from
807810
the query.

0 commit comments

Comments
 (0)