google-apis-dialogflow_v3beta1 0.23.0 → 0.24.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aad940f38e958fefe81424effd40d9e7cef90c4541aad7760a1a7e370770ca14
4
- data.tar.gz: ea56d581d21151a673707aa9f6a81d993b7a298d0d7688292d49695a1687de98
3
+ metadata.gz: d9d045e8bf68970910854c4703625e8e574abd2b2f7a41c645a93ab1c1637839
4
+ data.tar.gz: dbaad000dd6fc9ae59e30ffbce245d24ad3edd379e74fcebdd2d1b0d31e1f4a6
5
5
  SHA512:
6
- metadata.gz: eff664a7def1786d3fecec95bd097365d3464225ed060c30fae10637667fa17b7b4b724a3d9b79e407d26b905b2fc4b67d53ddab533e7fd3de3ae11b9c148119
7
- data.tar.gz: a134cd42e92a26441d759110787383b04761b92512e80d945ac43c0bfa2ebcdd350a2bf040acec7c15f0eccdcd4305bf94c3d6790960b1580c77bb9049e0d2b1
6
+ metadata.gz: b527068746118b517ac35bf62a4f193efe3ff0c99a0a928c25a6f21512f218a124b54915c11bda56eca120b283578765b05e714a2bf686f02bebe3f80ff58583
7
+ data.tar.gz: 45f3461c2c99f27658fe8560bb54c9c765c2d88743b3642c257aa39332df1fe7d5dc7c6331eaffc546009bc9ea8b95dc78e8f05eda9b3636a26e9ed4da558c11
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.24.0 (2021-10-21)
4
+
5
+ * Regenerated from discovery document revision 20211015
6
+
3
7
  ### v0.23.0 (2021-10-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20211007
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Dialogflow service in particular.)
67
67
 
@@ -3074,6 +3074,123 @@ module Google
3074
3074
  end
3075
3075
  end
3076
3076
 
3077
+ # Changelogs represents a change made to a given agent.
3078
+ class GoogleCloudDialogflowCxV3beta1Changelog
3079
+ include Google::Apis::Core::Hashable
3080
+
3081
+ # The action of the change.
3082
+ # Corresponds to the JSON property `action`
3083
+ # @return [String]
3084
+ attr_accessor :action
3085
+
3086
+ # The timestamp of the change.
3087
+ # Corresponds to the JSON property `createTime`
3088
+ # @return [String]
3089
+ attr_accessor :create_time
3090
+
3091
+ # The affected resource display name of the change.
3092
+ # Corresponds to the JSON property `displayName`
3093
+ # @return [String]
3094
+ attr_accessor :display_name
3095
+
3096
+ # The unique identifier of the changelog. Format: `projects//locations//agents//
3097
+ # changelogs/`.
3098
+ # Corresponds to the JSON property `name`
3099
+ # @return [String]
3100
+ attr_accessor :name
3101
+
3102
+ # The affected resource name of the change.
3103
+ # Corresponds to the JSON property `resource`
3104
+ # @return [String]
3105
+ attr_accessor :resource
3106
+
3107
+ # The affected resource type.
3108
+ # Corresponds to the JSON property `type`
3109
+ # @return [String]
3110
+ attr_accessor :type
3111
+
3112
+ # Email address of the authenticated user.
3113
+ # Corresponds to the JSON property `userEmail`
3114
+ # @return [String]
3115
+ attr_accessor :user_email
3116
+
3117
+ def initialize(**args)
3118
+ update!(**args)
3119
+ end
3120
+
3121
+ # Update properties of this object
3122
+ def update!(**args)
3123
+ @action = args[:action] if args.key?(:action)
3124
+ @create_time = args[:create_time] if args.key?(:create_time)
3125
+ @display_name = args[:display_name] if args.key?(:display_name)
3126
+ @name = args[:name] if args.key?(:name)
3127
+ @resource = args[:resource] if args.key?(:resource)
3128
+ @type = args[:type] if args.key?(:type)
3129
+ @user_email = args[:user_email] if args.key?(:user_email)
3130
+ end
3131
+ end
3132
+
3133
+ # The request message for Versions.CompareVersions.
3134
+ class GoogleCloudDialogflowCxV3beta1CompareVersionsRequest
3135
+ include Google::Apis::Core::Hashable
3136
+
3137
+ # The language to compare the flow versions for. If not specified, the agent's
3138
+ # default language is used. [Many languages](https://cloud.google.com/dialogflow/
3139
+ # docs/reference/language) are supported. Note: languages must be enabled in the
3140
+ # agent before they can be used.
3141
+ # Corresponds to the JSON property `languageCode`
3142
+ # @return [String]
3143
+ attr_accessor :language_code
3144
+
3145
+ # Required. Name of the target flow version to compare with the base version.
3146
+ # Use version ID `0` to indicate the draft version of the specified flow. Format:
3147
+ # `projects//locations//agents//flows//versions/`.
3148
+ # Corresponds to the JSON property `targetVersion`
3149
+ # @return [String]
3150
+ attr_accessor :target_version
3151
+
3152
+ def initialize(**args)
3153
+ update!(**args)
3154
+ end
3155
+
3156
+ # Update properties of this object
3157
+ def update!(**args)
3158
+ @language_code = args[:language_code] if args.key?(:language_code)
3159
+ @target_version = args[:target_version] if args.key?(:target_version)
3160
+ end
3161
+ end
3162
+
3163
+ # The response message for Versions.CompareVersions.
3164
+ class GoogleCloudDialogflowCxV3beta1CompareVersionsResponse
3165
+ include Google::Apis::Core::Hashable
3166
+
3167
+ # JSON representation of the base version content.
3168
+ # Corresponds to the JSON property `baseVersionContentJson`
3169
+ # @return [String]
3170
+ attr_accessor :base_version_content_json
3171
+
3172
+ # The timestamp when the two version compares.
3173
+ # Corresponds to the JSON property `compareTime`
3174
+ # @return [String]
3175
+ attr_accessor :compare_time
3176
+
3177
+ # JSON representation of the target version content.
3178
+ # Corresponds to the JSON property `targetVersionContentJson`
3179
+ # @return [String]
3180
+ attr_accessor :target_version_content_json
3181
+
3182
+ def initialize(**args)
3183
+ update!(**args)
3184
+ end
3185
+
3186
+ # Update properties of this object
3187
+ def update!(**args)
3188
+ @base_version_content_json = args[:base_version_content_json] if args.key?(:base_version_content_json)
3189
+ @compare_time = args[:compare_time] if args.key?(:compare_time)
3190
+ @target_version_content_json = args[:target_version_content_json] if args.key?(:target_version_content_json)
3191
+ end
3192
+ end
3193
+
3077
3194
  # Represents a result from running a test case in an agent environment.
3078
3195
  class GoogleCloudDialogflowCxV3beta1ContinuousTestResult
3079
3196
  include Google::Apis::Core::Hashable
@@ -5447,6 +5564,34 @@ module Google
5447
5564
  end
5448
5565
  end
5449
5566
 
5567
+ # The response message for Changelogs.ListChangelogs.
5568
+ class GoogleCloudDialogflowCxV3beta1ListChangelogsResponse
5569
+ include Google::Apis::Core::Hashable
5570
+
5571
+ # The list of changelogs. There will be a maximum number of items returned based
5572
+ # on the page_size field in the request. The changelogs will be ordered by
5573
+ # timestamp.
5574
+ # Corresponds to the JSON property `changelogs`
5575
+ # @return [Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Changelog>]
5576
+ attr_accessor :changelogs
5577
+
5578
+ # Token to retrieve the next page of results, or empty if there are no more
5579
+ # results in the list.
5580
+ # Corresponds to the JSON property `nextPageToken`
5581
+ # @return [String]
5582
+ attr_accessor :next_page_token
5583
+
5584
+ def initialize(**args)
5585
+ update!(**args)
5586
+ end
5587
+
5588
+ # Update properties of this object
5589
+ def update!(**args)
5590
+ @changelogs = args[:changelogs] if args.key?(:changelogs)
5591
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
5592
+ end
5593
+ end
5594
+
5450
5595
  # The response message for Environments.ListTestCaseResults.
5451
5596
  class GoogleCloudDialogflowCxV3beta1ListContinuousTestResultsResponse
5452
5597
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV3beta1
18
18
  # Version of the google-apis-dialogflow_v3beta1 gem
19
- GEM_VERSION = "0.23.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211007"
25
+ REVISION = "20211015"
26
26
  end
27
27
  end
28
28
  end
@@ -550,6 +550,24 @@ module Google
550
550
  include Google::Apis::Core::JsonObjectSupport
551
551
  end
552
552
 
553
+ class GoogleCloudDialogflowCxV3beta1Changelog
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
559
+ class GoogleCloudDialogflowCxV3beta1CompareVersionsRequest
560
+ class Representation < Google::Apis::Core::JsonRepresentation; end
561
+
562
+ include Google::Apis::Core::JsonObjectSupport
563
+ end
564
+
565
+ class GoogleCloudDialogflowCxV3beta1CompareVersionsResponse
566
+ class Representation < Google::Apis::Core::JsonRepresentation; end
567
+
568
+ include Google::Apis::Core::JsonObjectSupport
569
+ end
570
+
553
571
  class GoogleCloudDialogflowCxV3beta1ContinuousTestResult
554
572
  class Representation < Google::Apis::Core::JsonRepresentation; end
555
573
 
@@ -940,6 +958,12 @@ module Google
940
958
  include Google::Apis::Core::JsonObjectSupport
941
959
  end
942
960
 
961
+ class GoogleCloudDialogflowCxV3beta1ListChangelogsResponse
962
+ class Representation < Google::Apis::Core::JsonRepresentation; end
963
+
964
+ include Google::Apis::Core::JsonObjectSupport
965
+ end
966
+
943
967
  class GoogleCloudDialogflowCxV3beta1ListContinuousTestResultsResponse
944
968
  class Representation < Google::Apis::Core::JsonRepresentation; end
945
969
 
@@ -3256,6 +3280,36 @@ module Google
3256
3280
  end
3257
3281
  end
3258
3282
 
3283
+ class GoogleCloudDialogflowCxV3beta1Changelog
3284
+ # @private
3285
+ class Representation < Google::Apis::Core::JsonRepresentation
3286
+ property :action, as: 'action'
3287
+ property :create_time, as: 'createTime'
3288
+ property :display_name, as: 'displayName'
3289
+ property :name, as: 'name'
3290
+ property :resource, as: 'resource'
3291
+ property :type, as: 'type'
3292
+ property :user_email, as: 'userEmail'
3293
+ end
3294
+ end
3295
+
3296
+ class GoogleCloudDialogflowCxV3beta1CompareVersionsRequest
3297
+ # @private
3298
+ class Representation < Google::Apis::Core::JsonRepresentation
3299
+ property :language_code, as: 'languageCode'
3300
+ property :target_version, as: 'targetVersion'
3301
+ end
3302
+ end
3303
+
3304
+ class GoogleCloudDialogflowCxV3beta1CompareVersionsResponse
3305
+ # @private
3306
+ class Representation < Google::Apis::Core::JsonRepresentation
3307
+ property :base_version_content_json, as: 'baseVersionContentJson'
3308
+ property :compare_time, as: 'compareTime'
3309
+ property :target_version_content_json, as: 'targetVersionContentJson'
3310
+ end
3311
+ end
3312
+
3259
3313
  class GoogleCloudDialogflowCxV3beta1ContinuousTestResult
3260
3314
  # @private
3261
3315
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3902,6 +3956,15 @@ module Google
3902
3956
  end
3903
3957
  end
3904
3958
 
3959
+ class GoogleCloudDialogflowCxV3beta1ListChangelogsResponse
3960
+ # @private
3961
+ class Representation < Google::Apis::Core::JsonRepresentation
3962
+ collection :changelogs, as: 'changelogs', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Changelog, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Changelog::Representation
3963
+
3964
+ property :next_page_token, as: 'nextPageToken'
3965
+ end
3966
+ end
3967
+
3905
3968
  class GoogleCloudDialogflowCxV3beta1ListContinuousTestResultsResponse
3906
3969
  # @private
3907
3970
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -450,6 +450,87 @@ module Google
450
450
  execute_or_queue_command(command, &block)
451
451
  end
452
452
 
453
+ # Retrieves the specified Changelog.
454
+ # @param [String] name
455
+ # Required. The name of the changelog to get. Format: `projects//locations//
456
+ # agents//changelogs/`.
457
+ # @param [String] fields
458
+ # Selector specifying which fields to include in a partial response.
459
+ # @param [String] quota_user
460
+ # Available to use for quota purposes for server-side applications. Can be any
461
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
462
+ # @param [Google::Apis::RequestOptions] options
463
+ # Request-specific options
464
+ #
465
+ # @yield [result, err] Result & error if block supplied
466
+ # @yieldparam result [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Changelog] parsed result object
467
+ # @yieldparam err [StandardError] error object if request failed
468
+ #
469
+ # @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Changelog]
470
+ #
471
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
472
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
473
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
474
+ def get_project_location_agent_changelog(name, fields: nil, quota_user: nil, options: nil, &block)
475
+ command = make_simple_command(:get, 'v3beta1/{+name}', options)
476
+ command.response_representation = Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Changelog::Representation
477
+ command.response_class = Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Changelog
478
+ command.params['name'] = name unless name.nil?
479
+ command.query['fields'] = fields unless fields.nil?
480
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
481
+ execute_or_queue_command(command, &block)
482
+ end
483
+
484
+ # Returns the list of Changelogs.
485
+ # @param [String] parent
486
+ # Required. The agent containing the changelogs. Format: `projects//locations//
487
+ # agents/`.
488
+ # @param [String] filter
489
+ # The filter string. Supports filter by user_email, resource, type and
490
+ # create_time. Some examples: 1. By user email: user_email = "someone@google.com"
491
+ # 2. By resource name: resource = "projects/123/locations/global/agents/456/
492
+ # flows/789" 3. By resource display name: display_name = "my agent" 4. By action:
493
+ # action = "Create" 5. By type: type = "flows" 6. By create time. Currently
494
+ # predicates on `create_time` and `create_time_epoch_seconds` are supported:
495
+ # create_time_epoch_seconds > 1551790877 AND create_time <= 2017-01-15T01:30:15.
496
+ # 01Z 7. Combination of above filters: resource = "projects/123/locations/global/
497
+ # agents/456/flows/789" AND user_email = "someone@google.com" AND create_time <=
498
+ # 2017-01-15T01:30:15.01Z
499
+ # @param [Fixnum] page_size
500
+ # The maximum number of items to return in a single page. By default 100 and at
501
+ # most 1000.
502
+ # @param [String] page_token
503
+ # The next_page_token value returned from a previous list request.
504
+ # @param [String] fields
505
+ # Selector specifying which fields to include in a partial response.
506
+ # @param [String] quota_user
507
+ # Available to use for quota purposes for server-side applications. Can be any
508
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
509
+ # @param [Google::Apis::RequestOptions] options
510
+ # Request-specific options
511
+ #
512
+ # @yield [result, err] Result & error if block supplied
513
+ # @yieldparam result [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ListChangelogsResponse] parsed result object
514
+ # @yieldparam err [StandardError] error object if request failed
515
+ #
516
+ # @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ListChangelogsResponse]
517
+ #
518
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
519
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
520
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
521
+ def list_project_location_agent_changelogs(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
522
+ command = make_simple_command(:get, 'v3beta1/{+parent}/changelogs', options)
523
+ command.response_representation = Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ListChangelogsResponse::Representation
524
+ command.response_class = Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ListChangelogsResponse
525
+ command.params['parent'] = parent unless parent.nil?
526
+ command.query['filter'] = filter unless filter.nil?
527
+ command.query['pageSize'] = page_size unless page_size.nil?
528
+ command.query['pageToken'] = page_token unless page_token.nil?
529
+ command.query['fields'] = fields unless fields.nil?
530
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
531
+ execute_or_queue_command(command, &block)
532
+ end
533
+
453
534
  # Creates an entity type in the specified agent.
454
535
  # @param [String] parent
455
536
  # Required. The agent to create a entity type for. Format: `projects//locations//
@@ -2486,6 +2567,41 @@ module Google
2486
2567
  execute_or_queue_command(command, &block)
2487
2568
  end
2488
2569
 
2570
+ # Compares the specified base version with target version.
2571
+ # @param [String] base_version
2572
+ # Required. Name of the base flow version to compare with the target version.
2573
+ # Use version ID `0` to indicate the draft version of the specified flow. Format:
2574
+ # `projects//locations//agents//flows//versions/`.
2575
+ # @param [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1CompareVersionsRequest] google_cloud_dialogflow_cx_v3beta1_compare_versions_request_object
2576
+ # @param [String] fields
2577
+ # Selector specifying which fields to include in a partial response.
2578
+ # @param [String] quota_user
2579
+ # Available to use for quota purposes for server-side applications. Can be any
2580
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
2581
+ # @param [Google::Apis::RequestOptions] options
2582
+ # Request-specific options
2583
+ #
2584
+ # @yield [result, err] Result & error if block supplied
2585
+ # @yieldparam result [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1CompareVersionsResponse] parsed result object
2586
+ # @yieldparam err [StandardError] error object if request failed
2587
+ #
2588
+ # @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1CompareVersionsResponse]
2589
+ #
2590
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2591
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2592
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
2593
+ def compare_project_location_agent_flow_version_versions(base_version, google_cloud_dialogflow_cx_v3beta1_compare_versions_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
2594
+ command = make_simple_command(:post, 'v3beta1/{+baseVersion}:compareVersions', options)
2595
+ command.request_representation = Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1CompareVersionsRequest::Representation
2596
+ command.request_object = google_cloud_dialogflow_cx_v3beta1_compare_versions_request_object
2597
+ command.response_representation = Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1CompareVersionsResponse::Representation
2598
+ command.response_class = Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1CompareVersionsResponse
2599
+ command.params['baseVersion'] = base_version unless base_version.nil?
2600
+ command.query['fields'] = fields unless fields.nil?
2601
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
2602
+ execute_or_queue_command(command, &block)
2603
+ end
2604
+
2489
2605
  # Creates a Version in the specified Flow. This method is a [long-running
2490
2606
  # operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-
2491
2607
  # operation). The returned `Operation` type has the following method-specific
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.23.0
4
+ version: 0.24.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: 2021-10-11 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dialogflow_v3beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.23.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dialogflow_v3beta1
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.24.0
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: []
65
65
  require_paths: