google-apis-dialogflow_v3beta1 0.89.0 → 0.90.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1069,7 +1069,7 @@ module Google
1069
1069
  # fields: - `metadata`: DeployFlowMetadata - `response`: DeployFlowResponse
1070
1070
  # @param [String] environment
1071
1071
  # Required. The environment to deploy the flow to. Format: `projects//locations//
1072
- # agents// environments/`.
1072
+ # agents//environments/`.
1073
1073
  # @param [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DeployFlowRequest] google_cloud_dialogflow_cx_v3beta1_deploy_flow_request_object
1074
1074
  # @param [String] fields
1075
1075
  # Selector specifying which fields to include in a partial response.
@@ -1288,7 +1288,7 @@ module Google
1288
1288
  # Fetches a list of continuous test results for a given environment.
1289
1289
  # @param [String] parent
1290
1290
  # Required. The environment to list results for. Format: `projects//locations//
1291
- # agents// environments/`.
1291
+ # agents//environments/`.
1292
1292
  # @param [Fixnum] page_size
1293
1293
  # The maximum number of items to return in a single page. By default 100 and at
1294
1294
  # most 1000.
@@ -1529,7 +1529,7 @@ module Google
1529
1529
  # Updates the specified Experiment.
1530
1530
  # @param [String] name
1531
1531
  # The name of the experiment. Format: projects//locations//agents//environments//
1532
- # experiments/..
1532
+ # experiments/.
1533
1533
  # @param [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Experiment] google_cloud_dialogflow_cx_v3beta1_experiment_object
1534
1534
  # @param [String] update_mask
1535
1535
  # Required. The mask to control which fields get updated.
@@ -2869,7 +2869,7 @@ module Google
2869
2869
  # @param [String] base_version
2870
2870
  # Required. Name of the base flow version to compare with the target version.
2871
2871
  # Use version ID `0` to indicate the draft version of the specified flow. Format:
2872
- # `projects//locations//agents/ /flows//versions/`.
2872
+ # `projects//locations//agents//flows//versions/`.
2873
2873
  # @param [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1CompareVersionsRequest] google_cloud_dialogflow_cx_v3beta1_compare_versions_request_object
2874
2874
  # @param [String] fields
2875
2875
  # Selector specifying which fields to include in a partial response.
@@ -3866,9 +3866,9 @@ module Google
3866
3866
  # Required. The playbook to list the examples from. Format: `projects//locations/
3867
3867
  # /agents//playbooks/`.
3868
3868
  # @param [String] language_code
3869
- # Optional. The language to list examples for. If not specified, the agent's
3870
- # default language is used. Note: languages must be enabled in the agent before
3871
- # they can be used.
3869
+ # Optional. The language to list examples for. If not specified, list all
3870
+ # examples under the playbook. Note: languages must be enabled in the agent
3871
+ # before they can be used.
3872
3872
  # @param [Fixnum] page_size
3873
3873
  # Optional. The maximum number of items to return in a single page. By default
3874
3874
  # 100 and at most 1000.
@@ -4503,7 +4503,7 @@ module Google
4503
4503
  # returned `Operation` type has the following method-specific fields: - `
4504
4504
  # metadata`: BatchRunTestCasesMetadata - `response`: BatchRunTestCasesResponse
4505
4505
  # @param [String] parent
4506
- # Required. Agent name. Format: `projects//locations//agents/ `.
4506
+ # Required. Agent name. Format: `projects//locations//agents/`.
4507
4507
  # @param [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1BatchRunTestCasesRequest] google_cloud_dialogflow_cx_v3beta1_batch_run_test_cases_request_object
4508
4508
  # @param [String] fields
4509
4509
  # Selector specifying which fields to include in a partial response.
@@ -4757,7 +4757,7 @@ module Google
4757
4757
  # Updates the specified test case.
4758
4758
  # @param [String] name
4759
4759
  # The unique identifier of the test case. TestCases.CreateTestCase will populate
4760
- # the name automatically. Otherwise use format: `projects//locations//agents/ /
4760
+ # the name automatically. Otherwise use format: `projects//locations//agents//
4761
4761
  # testCases/`.
4762
4762
  # @param [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TestCase] google_cloud_dialogflow_cx_v3beta1_test_case_object
4763
4763
  # @param [String] update_mask
@@ -4798,7 +4798,7 @@ module Google
4798
4798
  # Operation` type has the following method-specific fields: - `metadata`:
4799
4799
  # RunTestCaseMetadata - `response`: RunTestCaseResponse
4800
4800
  # @param [String] name
4801
- # Required. Format of test case name to run: `projects//locations/ /agents//
4801
+ # Required. Format of test case name to run: `projects//locations//agents//
4802
4802
  # testCases/`.
4803
4803
  # @param [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1RunTestCaseRequest] google_cloud_dialogflow_cx_v3beta1_run_test_case_request_object
4804
4804
  # @param [String] fields
@@ -4865,7 +4865,7 @@ module Google
4865
4865
  # results are kept for each test case.
4866
4866
  # @param [String] parent
4867
4867
  # Required. The test case to list results for. Format: `projects//locations//
4868
- # agents// testCases/`. Specify a `-` as a wildcard for TestCase ID to list
4868
+ # agents//testCases/`. Specify a `-` as a wildcard for TestCase ID to list
4869
4869
  # results across multiple test cases.
4870
4870
  # @param [String] filter
4871
4871
  # The filter expression used to filter test case results. See [API Filtering](
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v3beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.89.0
4
+ version: 0.90.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-25 00:00:00.000000000 Z
11
+ date: 2024-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.89.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.90.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Dialogflow API V3beta1