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.