From 5dff37c6a35fbbee784da87594eb645bd45c46ad Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 06:16:49 -0500 Subject: [PATCH] chore: fixed typos and reformatted files (#237) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: fixed typos and reformatted files PiperOrigin-RevId: 423148154 Source-Link: https://github.com/googleapis/googleapis/commit/fb700a662e98c84510ce1d5c1859b9990280eaaf Source-Link: https://github.com/googleapis/googleapis-gen/commit/288b2803476ab7575c08dcb5bdb06cbfb9b1c59f 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 --- .../google/cloud/dialogflowcx_v3/types/environment.py | 2 +- .../cloud/dialogflowcx_v3/types/security_settings.py | 2 +- .../google/cloud/dialogflowcx_v3/types/session.py | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3/types/environment.py b/packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3/types/environment.py index 11e8135a9e47..e99ead2ac716 100644 --- a/packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3/types/environment.py +++ b/packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3/types/environment.py @@ -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] diff --git a/packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3/types/security_settings.py b/packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3/types/security_settings.py index af2d374a4c1c..a1156808b919 100644 --- a/packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3/types/security_settings.py +++ b/packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3/types/security_settings.py @@ -255,7 +255,7 @@ class PurgeDataType(proto.Enum): class InsightsExportSettings(proto.Message): r"""Settings for exporting conversations to - `Insights `__. + `Insights `__. Attributes: enable_insights_export (bool): diff --git a/packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3/types/session.py b/packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3/types/session.py index e74083cfdeee..542d4731941e 100644 --- a/packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3/types/session.py +++ b/packages/google-cloud-dialogflow-cx/google/cloud/dialogflowcx_v3/types/session.py @@ -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.