Skip to content

Commit

Permalink
chore: fixed typos and reformatted files (#237)
Browse files Browse the repository at this point in the history
* chore: fixed typos and reformatted files

PiperOrigin-RevId: 423148154

Source-Link: googleapis/googleapis@fb700a6

Source-Link: googleapis/googleapis-gen@288b280
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjg4YjI4MDM0NzZhYjc1NzVjMDhkY2I1YmRiMDZjYmZiOWIxYzU5ZiJ9

* 🦉 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 21, 2022
1 parent 6c2a953 commit 5dff37c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class TestCasesConfig(proto.Message):
enable_continuous_run (bool):
Whether to run test cases in
[TestCasesConfig.test_cases][google.cloud.dialogflow.cx.v3.Environment.TestCasesConfig.test_cases]
periodically. Default false. If set to ture, run once a day.
periodically. Default false. If set to true, run once a day.
enable_predeployment_run (bool):
Whether to run test cases in
[TestCasesConfig.test_cases][google.cloud.dialogflow.cx.v3.Environment.TestCasesConfig.test_cases]
Expand Down
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 @@ -797,9 +797,12 @@ class Match(proto.Message):
[``INTENT``][google.cloud.dialogflow.cx.v3.Match.MatchType]
match type.
event (str):
The event that matched the query. Only filled for
[``EVENT``][google.cloud.dialogflow.cx.v3.Match.MatchType]
match type.
The event that matched the query. Filled for
[``EVENT``][google.cloud.dialogflow.cx.v3.Match.MatchType],
[``NO_MATCH``][google.cloud.dialogflow.cx.v3.Match.MatchType]
and
[``NO_INPUT``][google.cloud.dialogflow.cx.v3.Match.MatchType]
match types.
parameters (google.protobuf.struct_pb2.Struct):
The collection of parameters extracted from
the query.
Expand Down

0 comments on commit 5dff37c

Please sign in to comment.