Skip to content

Commit

Permalink
chore: fix typos and reformatted files (#236)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 20, 2022
1 parent 166f920 commit 6c2a953
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class PurgeDataType(proto.Enum):

class InsightsExportSettings(proto.Message):
r"""Settings for exporting conversations to
`Insights <https://cloud.google.com/dialogflow/priv/docs/insights>`__.
`Insights <https://cloud.google.com/contact-center/insights/docs>`__.
Attributes:
enable_insights_export (bool):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -799,9 +799,12 @@ class Match(proto.Message):
[``INTENT``][google.cloud.dialogflow.cx.v3beta1.Match.MatchType]
match type.
event (str):
The event that matched the query. Only filled for
[``EVENT``][google.cloud.dialogflow.cx.v3beta1.Match.MatchType]
match type.
The event that matched the query. Filled for
[``EVENT``][google.cloud.dialogflow.cx.v3beta1.Match.MatchType],
[``NO_MATCH``][google.cloud.dialogflow.cx.v3beta1.Match.MatchType]
and
[``NO_INPUT``][google.cloud.dialogflow.cx.v3beta1.Match.MatchType]
match types.
parameters (google.protobuf.struct_pb2.Struct):
The collection of parameters extracted from
the query.
Expand Down

0 comments on commit 6c2a953

Please sign in to comment.