google-apis-dialogflow_v3beta1 0.28.0 → 0.29.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: b394627c735913ee4ed0580a5f66f41d52919ca54b09b2f1707b367a7085d3a2
4
- data.tar.gz: 140e10fce61049a98365554f71e64d7c42b729a02cd0e3d1bcd740ffe8450abe
3
+ metadata.gz: 0d0d756587bb94fb04098cb6b747f8778d9c1b80f916837a5c86afd76980c1e2
4
+ data.tar.gz: b08d29c175f9fcab3aa5d60a181802b716f963a19fb6170f63db3f3abbae0f30
5
5
  SHA512:
6
- metadata.gz: 1a1cf2472fd1aec88b9a12d9cfad45241bc434631d1e54f5e40bfbae459b24c7928699db25dae1cca608e2bec28ea0bf9dbc377d23dd7b6a01637203e4fbdeca
7
- data.tar.gz: 8a290c8dc1b30520197e8b74997112c21a699f04d72d826d3ec1c940d1927929ed5fe779eaf0580e4bd4e32d2d4b17fa8ed075ed60bd52a1d4fc9aa6c46a8b67
6
+ metadata.gz: e84047944ec2fb1b8d1503cea00ea31fd8d6421ae77f635ec1e6e03993336c65274121cc6cb17b9b809f9450d65fae320e8ce1416465ca1202edee8779ef83a3
7
+ data.tar.gz: c015c61daa2ea239f3d8370c52a36401d393f1a6ecd20d0023031b4ae3cc3d9ce6206af6b2834ec978a63bec3465fabcc1b08a83d45a3ce83c52dca311754777
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.29.0 (2022-02-24)
4
+
5
+ * Regenerated from discovery document revision 20220222
6
+
3
7
  ### v0.28.0 (2022-01-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20220119
@@ -9157,6 +9157,26 @@ module Google
9157
9157
  end
9158
9158
  end
9159
9159
 
9160
+ # Metadata for article suggestion models.
9161
+ class GoogleCloudDialogflowV2ArticleSuggestionModelMetadata
9162
+ include Google::Apis::Core::Hashable
9163
+
9164
+ # Optional. Type of the article suggestion model. If not provided, model_type is
9165
+ # used.
9166
+ # Corresponds to the JSON property `trainingModelType`
9167
+ # @return [String]
9168
+ attr_accessor :training_model_type
9169
+
9170
+ def initialize(**args)
9171
+ update!(**args)
9172
+ end
9173
+
9174
+ # Update properties of this object
9175
+ def update!(**args)
9176
+ @training_model_type = args[:training_model_type] if args.key?(:training_model_type)
9177
+ end
9178
+ end
9179
+
9160
9180
  # The response message for EntityTypes.BatchUpdateEntityTypes.
9161
9181
  class GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse
9162
9182
  include Google::Apis::Core::Hashable
@@ -9195,6 +9215,45 @@ module Google
9195
9215
  end
9196
9216
  end
9197
9217
 
9218
+ # Metadata for a ConversationProfile.ClearSuggestionFeatureConfig operation.
9219
+ class GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata
9220
+ include Google::Apis::Core::Hashable
9221
+
9222
+ # The resource name of the conversation profile. Format: `projects//locations//
9223
+ # conversationProfiles/`
9224
+ # Corresponds to the JSON property `conversationProfile`
9225
+ # @return [String]
9226
+ attr_accessor :conversation_profile
9227
+
9228
+ # Timestamp whe the request was created. The time is measured on server side.
9229
+ # Corresponds to the JSON property `createTime`
9230
+ # @return [String]
9231
+ attr_accessor :create_time
9232
+
9233
+ # Required. The participant role to remove the suggestion feature config. Only
9234
+ # HUMAN_AGENT or END_USER can be used.
9235
+ # Corresponds to the JSON property `participantRole`
9236
+ # @return [String]
9237
+ attr_accessor :participant_role
9238
+
9239
+ # Required. The type of the suggestion feature to remove.
9240
+ # Corresponds to the JSON property `suggestionFeatureType`
9241
+ # @return [String]
9242
+ attr_accessor :suggestion_feature_type
9243
+
9244
+ def initialize(**args)
9245
+ update!(**args)
9246
+ end
9247
+
9248
+ # Update properties of this object
9249
+ def update!(**args)
9250
+ @conversation_profile = args[:conversation_profile] if args.key?(:conversation_profile)
9251
+ @create_time = args[:create_time] if args.key?(:create_time)
9252
+ @participant_role = args[:participant_role] if args.key?(:participant_role)
9253
+ @suggestion_feature_type = args[:suggestion_feature_type] if args.key?(:suggestion_feature_type)
9254
+ end
9255
+ end
9256
+
9198
9257
  # Dialogflow contexts are similar to natural language context. If a person says
9199
9258
  # to you "they are orange", you need context in order to understand what "they"
9200
9259
  # is referring to. Similarly, for Dialogflow to handle an end-user expression
@@ -9300,6 +9359,224 @@ module Google
9300
9359
  end
9301
9360
  end
9302
9361
 
9362
+ # Represents a conversation model.
9363
+ class GoogleCloudDialogflowV2ConversationModel
9364
+ include Google::Apis::Core::Hashable
9365
+
9366
+ # Metadata for article suggestion models.
9367
+ # Corresponds to the JSON property `articleSuggestionModelMetadata`
9368
+ # @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2ArticleSuggestionModelMetadata]
9369
+ attr_accessor :article_suggestion_model_metadata
9370
+
9371
+ # Output only. Creation time of this model.
9372
+ # Corresponds to the JSON property `createTime`
9373
+ # @return [String]
9374
+ attr_accessor :create_time
9375
+
9376
+ # Required. Datasets used to create model.
9377
+ # Corresponds to the JSON property `datasets`
9378
+ # @return [Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2InputDataset>]
9379
+ attr_accessor :datasets
9380
+
9381
+ # Required. The display name of the model. At most 64 bytes long.
9382
+ # Corresponds to the JSON property `displayName`
9383
+ # @return [String]
9384
+ attr_accessor :display_name
9385
+
9386
+ # Language code for the conversation model. If not specified, the language is en-
9387
+ # US. Language at ConversationModel should be set for all non en-us languages.
9388
+ # This should be a [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt)
9389
+ # language tag. Example: "en-US".
9390
+ # Corresponds to the JSON property `languageCode`
9391
+ # @return [String]
9392
+ attr_accessor :language_code
9393
+
9394
+ # ConversationModel resource name. Format: `projects//conversationModels/`
9395
+ # Corresponds to the JSON property `name`
9396
+ # @return [String]
9397
+ attr_accessor :name
9398
+
9399
+ # Metadata for smart reply models.
9400
+ # Corresponds to the JSON property `smartReplyModelMetadata`
9401
+ # @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2SmartReplyModelMetadata]
9402
+ attr_accessor :smart_reply_model_metadata
9403
+
9404
+ # Output only. State of the model. A model can only serve prediction requests
9405
+ # after it gets deployed.
9406
+ # Corresponds to the JSON property `state`
9407
+ # @return [String]
9408
+ attr_accessor :state
9409
+
9410
+ def initialize(**args)
9411
+ update!(**args)
9412
+ end
9413
+
9414
+ # Update properties of this object
9415
+ def update!(**args)
9416
+ @article_suggestion_model_metadata = args[:article_suggestion_model_metadata] if args.key?(:article_suggestion_model_metadata)
9417
+ @create_time = args[:create_time] if args.key?(:create_time)
9418
+ @datasets = args[:datasets] if args.key?(:datasets)
9419
+ @display_name = args[:display_name] if args.key?(:display_name)
9420
+ @language_code = args[:language_code] if args.key?(:language_code)
9421
+ @name = args[:name] if args.key?(:name)
9422
+ @smart_reply_model_metadata = args[:smart_reply_model_metadata] if args.key?(:smart_reply_model_metadata)
9423
+ @state = args[:state] if args.key?(:state)
9424
+ end
9425
+ end
9426
+
9427
+ # Metadata for ConversationDatasets.
9428
+ class GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata
9429
+ include Google::Apis::Core::Hashable
9430
+
9431
+ def initialize(**args)
9432
+ update!(**args)
9433
+ end
9434
+
9435
+ # Update properties of this object
9436
+ def update!(**args)
9437
+ end
9438
+ end
9439
+
9440
+ # Metadata for a ConversationModels.CreateConversationModelEvaluation operation.
9441
+ class GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata
9442
+ include Google::Apis::Core::Hashable
9443
+
9444
+ # The resource name of the conversation model. Format: `projects//locations//
9445
+ # conversationModels/`
9446
+ # Corresponds to the JSON property `conversationModel`
9447
+ # @return [String]
9448
+ attr_accessor :conversation_model
9449
+
9450
+ # The resource name of the conversation model. Format: `projects//locations//
9451
+ # conversationModels//evaluations/`
9452
+ # Corresponds to the JSON property `conversationModelEvaluation`
9453
+ # @return [String]
9454
+ attr_accessor :conversation_model_evaluation
9455
+
9456
+ # Timestamp when the request to create conversation model was submitted. The
9457
+ # time is measured on server side.
9458
+ # Corresponds to the JSON property `createTime`
9459
+ # @return [String]
9460
+ attr_accessor :create_time
9461
+
9462
+ # State of CreateConversationModel operation.
9463
+ # Corresponds to the JSON property `state`
9464
+ # @return [String]
9465
+ attr_accessor :state
9466
+
9467
+ def initialize(**args)
9468
+ update!(**args)
9469
+ end
9470
+
9471
+ # Update properties of this object
9472
+ def update!(**args)
9473
+ @conversation_model = args[:conversation_model] if args.key?(:conversation_model)
9474
+ @conversation_model_evaluation = args[:conversation_model_evaluation] if args.key?(:conversation_model_evaluation)
9475
+ @create_time = args[:create_time] if args.key?(:create_time)
9476
+ @state = args[:state] if args.key?(:state)
9477
+ end
9478
+ end
9479
+
9480
+ # Metadata for a ConversationModels.CreateConversationModel operation.
9481
+ class GoogleCloudDialogflowV2CreateConversationModelOperationMetadata
9482
+ include Google::Apis::Core::Hashable
9483
+
9484
+ # The resource name of the conversation model. Format: `projects//
9485
+ # conversationModels/`
9486
+ # Corresponds to the JSON property `conversationModel`
9487
+ # @return [String]
9488
+ attr_accessor :conversation_model
9489
+
9490
+ # Timestamp when the request to create conversation model is submitted. The time
9491
+ # is measured on server side.
9492
+ # Corresponds to the JSON property `createTime`
9493
+ # @return [String]
9494
+ attr_accessor :create_time
9495
+
9496
+ # State of CreateConversationModel operation.
9497
+ # Corresponds to the JSON property `state`
9498
+ # @return [String]
9499
+ attr_accessor :state
9500
+
9501
+ def initialize(**args)
9502
+ update!(**args)
9503
+ end
9504
+
9505
+ # Update properties of this object
9506
+ def update!(**args)
9507
+ @conversation_model = args[:conversation_model] if args.key?(:conversation_model)
9508
+ @create_time = args[:create_time] if args.key?(:create_time)
9509
+ @state = args[:state] if args.key?(:state)
9510
+ end
9511
+ end
9512
+
9513
+ # Metadata for ConversationDatasets.
9514
+ class GoogleCloudDialogflowV2DeleteConversationDatasetOperationMetadata
9515
+ include Google::Apis::Core::Hashable
9516
+
9517
+ def initialize(**args)
9518
+ update!(**args)
9519
+ end
9520
+
9521
+ # Update properties of this object
9522
+ def update!(**args)
9523
+ end
9524
+ end
9525
+
9526
+ # Metadata for a ConversationModels.DeleteConversationModel operation.
9527
+ class GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata
9528
+ include Google::Apis::Core::Hashable
9529
+
9530
+ # The resource name of the conversation model. Format: `projects//
9531
+ # conversationModels/`
9532
+ # Corresponds to the JSON property `conversationModel`
9533
+ # @return [String]
9534
+ attr_accessor :conversation_model
9535
+
9536
+ # Timestamp when delete conversation model request was created. The time is
9537
+ # measured on server side.
9538
+ # Corresponds to the JSON property `createTime`
9539
+ # @return [String]
9540
+ attr_accessor :create_time
9541
+
9542
+ def initialize(**args)
9543
+ update!(**args)
9544
+ end
9545
+
9546
+ # Update properties of this object
9547
+ def update!(**args)
9548
+ @conversation_model = args[:conversation_model] if args.key?(:conversation_model)
9549
+ @create_time = args[:create_time] if args.key?(:create_time)
9550
+ end
9551
+ end
9552
+
9553
+ # Metadata for a ConversationModels.DeployConversationModel operation.
9554
+ class GoogleCloudDialogflowV2DeployConversationModelOperationMetadata
9555
+ include Google::Apis::Core::Hashable
9556
+
9557
+ # The resource name of the conversation model. Format: `projects//
9558
+ # conversationModels/`
9559
+ # Corresponds to the JSON property `conversationModel`
9560
+ # @return [String]
9561
+ attr_accessor :conversation_model
9562
+
9563
+ # Timestamp when request to deploy conversation model was submitted. The time is
9564
+ # measured on server side.
9565
+ # Corresponds to the JSON property `createTime`
9566
+ # @return [String]
9567
+ attr_accessor :create_time
9568
+
9569
+ def initialize(**args)
9570
+ update!(**args)
9571
+ end
9572
+
9573
+ # Update properties of this object
9574
+ def update!(**args)
9575
+ @conversation_model = args[:conversation_model] if args.key?(:conversation_model)
9576
+ @create_time = args[:create_time] if args.key?(:create_time)
9577
+ end
9578
+ end
9579
+
9303
9580
  # Each intent parameter has a type, called the entity type, which dictates
9304
9581
  # exactly how data from an end-user expression is extracted. Dialogflow provides
9305
9582
  # predefined system entities that can match many common types of data. For
@@ -9464,6 +9741,25 @@ module Google
9464
9741
  end
9465
9742
  end
9466
9743
 
9744
+ # Metadata related to the Export Data Operations (e.g. ExportDocument).
9745
+ class GoogleCloudDialogflowV2ExportOperationMetadata
9746
+ include Google::Apis::Core::Hashable
9747
+
9748
+ # Google Cloud Storage location for the output.
9749
+ # Corresponds to the JSON property `exportedGcsDestination`
9750
+ # @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2GcsDestination]
9751
+ attr_accessor :exported_gcs_destination
9752
+
9753
+ def initialize(**args)
9754
+ update!(**args)
9755
+ end
9756
+
9757
+ # Update properties of this object
9758
+ def update!(**args)
9759
+ @exported_gcs_destination = args[:exported_gcs_destination] if args.key?(:exported_gcs_destination)
9760
+ end
9761
+ end
9762
+
9467
9763
  # Represents answer from "frequently asked questions".
9468
9764
  class GoogleCloudDialogflowV2FaqAnswer
9469
9765
  include Google::Apis::Core::Hashable
@@ -9518,6 +9814,27 @@ module Google
9518
9814
  end
9519
9815
  end
9520
9816
 
9817
+ # Google Cloud Storage location for the output.
9818
+ class GoogleCloudDialogflowV2GcsDestination
9819
+ include Google::Apis::Core::Hashable
9820
+
9821
+ # The Google Cloud Storage URIs for the output. A URI is of the form: gs://
9822
+ # bucket/object-prefix-or-name Whether a prefix or name is used depends on the
9823
+ # use case. The requesting user must have "write-permission" to the bucket.
9824
+ # Corresponds to the JSON property `uri`
9825
+ # @return [String]
9826
+ attr_accessor :uri
9827
+
9828
+ def initialize(**args)
9829
+ update!(**args)
9830
+ end
9831
+
9832
+ # Update properties of this object
9833
+ def update!(**args)
9834
+ @uri = args[:uri] if args.key?(:uri)
9835
+ end
9836
+ end
9837
+
9521
9838
  # Represents a notification sent to Cloud Pub/Sub subscribers for human agent
9522
9839
  # assistant events in a specific conversation.
9523
9840
  class GoogleCloudDialogflowV2HumanAgentAssistantEvent
@@ -9552,6 +9869,67 @@ module Google
9552
9869
  end
9553
9870
  end
9554
9871
 
9872
+ # Metadata for a ConversationDatasets.ImportConversationData operation.
9873
+ class GoogleCloudDialogflowV2ImportConversationDataOperationMetadata
9874
+ include Google::Apis::Core::Hashable
9875
+
9876
+ # The resource name of the imported conversation dataset. Format: `projects//
9877
+ # locations//conversationDatasets/`
9878
+ # Corresponds to the JSON property `conversationDataset`
9879
+ # @return [String]
9880
+ attr_accessor :conversation_dataset
9881
+
9882
+ # Timestamp when import conversation data request was created. The time is
9883
+ # measured on server side.
9884
+ # Corresponds to the JSON property `createTime`
9885
+ # @return [String]
9886
+ attr_accessor :create_time
9887
+
9888
+ # Partial failures are failures that don't fail the whole long running operation,
9889
+ # e.g. single files that couldn't be read.
9890
+ # Corresponds to the JSON property `partialFailures`
9891
+ # @return [Array<Google::Apis::DialogflowV3beta1::GoogleRpcStatus>]
9892
+ attr_accessor :partial_failures
9893
+
9894
+ def initialize(**args)
9895
+ update!(**args)
9896
+ end
9897
+
9898
+ # Update properties of this object
9899
+ def update!(**args)
9900
+ @conversation_dataset = args[:conversation_dataset] if args.key?(:conversation_dataset)
9901
+ @create_time = args[:create_time] if args.key?(:create_time)
9902
+ @partial_failures = args[:partial_failures] if args.key?(:partial_failures)
9903
+ end
9904
+ end
9905
+
9906
+ # Response used for ConversationDatasets.ImportConversationData long running
9907
+ # operation.
9908
+ class GoogleCloudDialogflowV2ImportConversationDataOperationResponse
9909
+ include Google::Apis::Core::Hashable
9910
+
9911
+ # The resource name of the imported conversation dataset. Format: `projects//
9912
+ # locations//conversationDatasets/`
9913
+ # Corresponds to the JSON property `conversationDataset`
9914
+ # @return [String]
9915
+ attr_accessor :conversation_dataset
9916
+
9917
+ # Number of conversations imported successfully.
9918
+ # Corresponds to the JSON property `importCount`
9919
+ # @return [Fixnum]
9920
+ attr_accessor :import_count
9921
+
9922
+ def initialize(**args)
9923
+ update!(**args)
9924
+ end
9925
+
9926
+ # Update properties of this object
9927
+ def update!(**args)
9928
+ @conversation_dataset = args[:conversation_dataset] if args.key?(:conversation_dataset)
9929
+ @import_count = args[:import_count] if args.key?(:import_count)
9930
+ end
9931
+ end
9932
+
9555
9933
  # Response message for Documents.ImportDocuments.
9556
9934
  class GoogleCloudDialogflowV2ImportDocumentsResponse
9557
9935
  include Google::Apis::Core::Hashable
@@ -9571,6 +9949,26 @@ module Google
9571
9949
  end
9572
9950
  end
9573
9951
 
9952
+ # InputDataset used to create model or do evaluation. NextID:5
9953
+ class GoogleCloudDialogflowV2InputDataset
9954
+ include Google::Apis::Core::Hashable
9955
+
9956
+ # Required. ConversationDataset resource name. Format: `projects//locations//
9957
+ # conversationDatasets/`
9958
+ # Corresponds to the JSON property `dataset`
9959
+ # @return [String]
9960
+ attr_accessor :dataset
9961
+
9962
+ def initialize(**args)
9963
+ update!(**args)
9964
+ end
9965
+
9966
+ # Update properties of this object
9967
+ def update!(**args)
9968
+ @dataset = args[:dataset] if args.key?(:dataset)
9969
+ end
9970
+ end
9971
+
9574
9972
  # An intent categorizes an end-user's intention for one conversation turn. For
9575
9973
  # each agent, you define many intents, where your combined intents can handle a
9576
9974
  # complete conversation. When an end-user writes or says something, referred to
@@ -10826,6 +11224,11 @@ module Google
10826
11224
  class GoogleCloudDialogflowV2KnowledgeOperationMetadata
10827
11225
  include Google::Apis::Core::Hashable
10828
11226
 
11227
+ # Metadata related to the Export Data Operations (e.g. ExportDocument).
11228
+ # Corresponds to the JSON property `exportOperationMetadata`
11229
+ # @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2ExportOperationMetadata]
11230
+ attr_accessor :export_operation_metadata
11231
+
10829
11232
  # The name of the knowledge base interacted with during the operation.
10830
11233
  # Corresponds to the JSON property `knowledgeBase`
10831
11234
  # @return [String]
@@ -10842,6 +11245,7 @@ module Google
10842
11245
 
10843
11246
  # Update properties of this object
10844
11247
  def update!(**args)
11248
+ @export_operation_metadata = args[:export_operation_metadata] if args.key?(:export_operation_metadata)
10845
11249
  @knowledge_base = args[:knowledge_base] if args.key?(:knowledge_base)
10846
11250
  @state = args[:state] if args.key?(:state)
10847
11251
  end
@@ -11250,6 +11654,45 @@ module Google
11250
11654
  end
11251
11655
  end
11252
11656
 
11657
+ # Metadata for a ConversationProfile.SetSuggestionFeatureConfig operation.
11658
+ class GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata
11659
+ include Google::Apis::Core::Hashable
11660
+
11661
+ # The resource name of the conversation profile. Format: `projects//locations//
11662
+ # conversationProfiles/`
11663
+ # Corresponds to the JSON property `conversationProfile`
11664
+ # @return [String]
11665
+ attr_accessor :conversation_profile
11666
+
11667
+ # Timestamp whe the request was created. The time is measured on server side.
11668
+ # Corresponds to the JSON property `createTime`
11669
+ # @return [String]
11670
+ attr_accessor :create_time
11671
+
11672
+ # Required. The participant role to add or update the suggestion feature config.
11673
+ # Only HUMAN_AGENT or END_USER can be used.
11674
+ # Corresponds to the JSON property `participantRole`
11675
+ # @return [String]
11676
+ attr_accessor :participant_role
11677
+
11678
+ # Required. The type of the suggestion feature to add or update.
11679
+ # Corresponds to the JSON property `suggestionFeatureType`
11680
+ # @return [String]
11681
+ attr_accessor :suggestion_feature_type
11682
+
11683
+ def initialize(**args)
11684
+ update!(**args)
11685
+ end
11686
+
11687
+ # Update properties of this object
11688
+ def update!(**args)
11689
+ @conversation_profile = args[:conversation_profile] if args.key?(:conversation_profile)
11690
+ @create_time = args[:create_time] if args.key?(:create_time)
11691
+ @participant_role = args[:participant_role] if args.key?(:participant_role)
11692
+ @suggestion_feature_type = args[:suggestion_feature_type] if args.key?(:suggestion_feature_type)
11693
+ end
11694
+ end
11695
+
11253
11696
  # Represents a smart reply answer.
11254
11697
  class GoogleCloudDialogflowV2SmartReplyAnswer
11255
11698
  include Google::Apis::Core::Hashable
@@ -11284,6 +11727,25 @@ module Google
11284
11727
  end
11285
11728
  end
11286
11729
 
11730
+ # Metadata for smart reply models.
11731
+ class GoogleCloudDialogflowV2SmartReplyModelMetadata
11732
+ include Google::Apis::Core::Hashable
11733
+
11734
+ # Optional. Type of the smart reply model. If not provided, model_type is used.
11735
+ # Corresponds to the JSON property `trainingModelType`
11736
+ # @return [String]
11737
+ attr_accessor :training_model_type
11738
+
11739
+ def initialize(**args)
11740
+ update!(**args)
11741
+ end
11742
+
11743
+ # Update properties of this object
11744
+ def update!(**args)
11745
+ @training_model_type = args[:training_model_type] if args.key?(:training_model_type)
11746
+ end
11747
+ end
11748
+
11287
11749
  # The response message for Participants.SuggestArticles.
11288
11750
  class GoogleCloudDialogflowV2SuggestArticlesResponse
11289
11751
  include Google::Apis::Core::Hashable
@@ -11432,6 +11894,33 @@ module Google
11432
11894
  end
11433
11895
  end
11434
11896
 
11897
+ # Metadata for a ConversationModels.UndeployConversationModel operation.
11898
+ class GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata
11899
+ include Google::Apis::Core::Hashable
11900
+
11901
+ # The resource name of the conversation model. Format: `projects//
11902
+ # conversationModels/`
11903
+ # Corresponds to the JSON property `conversationModel`
11904
+ # @return [String]
11905
+ attr_accessor :conversation_model
11906
+
11907
+ # Timestamp when the request to undeploy conversation model was submitted. The
11908
+ # time is measured on server side.
11909
+ # Corresponds to the JSON property `createTime`
11910
+ # @return [String]
11911
+ attr_accessor :create_time
11912
+
11913
+ def initialize(**args)
11914
+ update!(**args)
11915
+ end
11916
+
11917
+ # Update properties of this object
11918
+ def update!(**args)
11919
+ @conversation_model = args[:conversation_model] if args.key?(:conversation_model)
11920
+ @create_time = args[:create_time] if args.key?(:create_time)
11921
+ end
11922
+ end
11923
+
11435
11924
  # The request message for a webhook call.
11436
11925
  class GoogleCloudDialogflowV2WebhookRequest
11437
11926
  include Google::Apis::Core::Hashable
@@ -11679,6 +12168,45 @@ module Google
11679
12168
  end
11680
12169
  end
11681
12170
 
12171
+ # Metadata for a ConversationProfile.ClearSuggestionFeatureConfig operation.
12172
+ class GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata
12173
+ include Google::Apis::Core::Hashable
12174
+
12175
+ # The resource name of the conversation profile. Format: `projects//locations//
12176
+ # conversationProfiles/`
12177
+ # Corresponds to the JSON property `conversationProfile`
12178
+ # @return [String]
12179
+ attr_accessor :conversation_profile
12180
+
12181
+ # Timestamp whe the request was created. The time is measured on server side.
12182
+ # Corresponds to the JSON property `createTime`
12183
+ # @return [String]
12184
+ attr_accessor :create_time
12185
+
12186
+ # Required. The participant role to remove the suggestion feature config. Only
12187
+ # HUMAN_AGENT or END_USER can be used.
12188
+ # Corresponds to the JSON property `participantRole`
12189
+ # @return [String]
12190
+ attr_accessor :participant_role
12191
+
12192
+ # Required. The type of the suggestion feature to remove.
12193
+ # Corresponds to the JSON property `suggestionFeatureType`
12194
+ # @return [String]
12195
+ attr_accessor :suggestion_feature_type
12196
+
12197
+ def initialize(**args)
12198
+ update!(**args)
12199
+ end
12200
+
12201
+ # Update properties of this object
12202
+ def update!(**args)
12203
+ @conversation_profile = args[:conversation_profile] if args.key?(:conversation_profile)
12204
+ @create_time = args[:create_time] if args.key?(:create_time)
12205
+ @participant_role = args[:participant_role] if args.key?(:participant_role)
12206
+ @suggestion_feature_type = args[:suggestion_feature_type] if args.key?(:suggestion_feature_type)
12207
+ end
12208
+ end
12209
+
11682
12210
  # Dialogflow contexts are similar to natural language context. If a person says
11683
12211
  # to you "they are orange", you need context in order to understand what "they"
11684
12212
  # is referring to. Similarly, for Dialogflow to handle an end-user expression
@@ -11950,6 +12478,25 @@ module Google
11950
12478
  end
11951
12479
  end
11952
12480
 
12481
+ # Metadata related to the Export Data Operations (e.g. ExportDocument).
12482
+ class GoogleCloudDialogflowV2beta1ExportOperationMetadata
12483
+ include Google::Apis::Core::Hashable
12484
+
12485
+ # Google Cloud Storage location for the output.
12486
+ # Corresponds to the JSON property `exportedGcsDestination`
12487
+ # @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1GcsDestination]
12488
+ attr_accessor :exported_gcs_destination
12489
+
12490
+ def initialize(**args)
12491
+ update!(**args)
12492
+ end
12493
+
12494
+ # Update properties of this object
12495
+ def update!(**args)
12496
+ @exported_gcs_destination = args[:exported_gcs_destination] if args.key?(:exported_gcs_destination)
12497
+ end
12498
+ end
12499
+
11953
12500
  # Represents answer from "frequently asked questions".
11954
12501
  class GoogleCloudDialogflowV2beta1FaqAnswer
11955
12502
  include Google::Apis::Core::Hashable
@@ -12004,6 +12551,27 @@ module Google
12004
12551
  end
12005
12552
  end
12006
12553
 
12554
+ # Google Cloud Storage location for the output.
12555
+ class GoogleCloudDialogflowV2beta1GcsDestination
12556
+ include Google::Apis::Core::Hashable
12557
+
12558
+ # Required. The Google Cloud Storage URIs for the output. A URI is of the form:
12559
+ # gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on
12560
+ # the use case. The requesting user must have "write-permission" to the bucket.
12561
+ # Corresponds to the JSON property `uri`
12562
+ # @return [String]
12563
+ attr_accessor :uri
12564
+
12565
+ def initialize(**args)
12566
+ update!(**args)
12567
+ end
12568
+
12569
+ # Update properties of this object
12570
+ def update!(**args)
12571
+ @uri = args[:uri] if args.key?(:uri)
12572
+ end
12573
+ end
12574
+
12007
12575
  # Output only. Represents a notification sent to Pub/Sub subscribers for agent
12008
12576
  # assistant events in a specific conversation.
12009
12577
  class GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent
@@ -13863,6 +14431,11 @@ module Google
13863
14431
  class GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
13864
14432
  include Google::Apis::Core::Hashable
13865
14433
 
14434
+ # Metadata related to the Export Data Operations (e.g. ExportDocument).
14435
+ # Corresponds to the JSON property `exportOperationMetadata`
14436
+ # @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1ExportOperationMetadata]
14437
+ attr_accessor :export_operation_metadata
14438
+
13866
14439
  # The name of the knowledge base interacted with during the operation.
13867
14440
  # Corresponds to the JSON property `knowledgeBase`
13868
14441
  # @return [String]
@@ -13879,6 +14452,7 @@ module Google
13879
14452
 
13880
14453
  # Update properties of this object
13881
14454
  def update!(**args)
14455
+ @export_operation_metadata = args[:export_operation_metadata] if args.key?(:export_operation_metadata)
13882
14456
  @knowledge_base = args[:knowledge_base] if args.key?(:knowledge_base)
13883
14457
  @state = args[:state] if args.key?(:state)
13884
14458
  end
@@ -14296,6 +14870,45 @@ module Google
14296
14870
  end
14297
14871
  end
14298
14872
 
14873
+ # Metadata for a ConversationProfile.SetSuggestionFeatureConfig operation.
14874
+ class GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata
14875
+ include Google::Apis::Core::Hashable
14876
+
14877
+ # The resource name of the conversation profile. Format: `projects//locations//
14878
+ # conversationProfiles/`
14879
+ # Corresponds to the JSON property `conversationProfile`
14880
+ # @return [String]
14881
+ attr_accessor :conversation_profile
14882
+
14883
+ # Timestamp whe the request was created. The time is measured on server side.
14884
+ # Corresponds to the JSON property `createTime`
14885
+ # @return [String]
14886
+ attr_accessor :create_time
14887
+
14888
+ # Required. The participant role to add or update the suggestion feature config.
14889
+ # Only HUMAN_AGENT or END_USER can be used.
14890
+ # Corresponds to the JSON property `participantRole`
14891
+ # @return [String]
14892
+ attr_accessor :participant_role
14893
+
14894
+ # Required. The type of the suggestion feature to add or update.
14895
+ # Corresponds to the JSON property `suggestionFeatureType`
14896
+ # @return [String]
14897
+ attr_accessor :suggestion_feature_type
14898
+
14899
+ def initialize(**args)
14900
+ update!(**args)
14901
+ end
14902
+
14903
+ # Update properties of this object
14904
+ def update!(**args)
14905
+ @conversation_profile = args[:conversation_profile] if args.key?(:conversation_profile)
14906
+ @create_time = args[:create_time] if args.key?(:create_time)
14907
+ @participant_role = args[:participant_role] if args.key?(:participant_role)
14908
+ @suggestion_feature_type = args[:suggestion_feature_type] if args.key?(:suggestion_feature_type)
14909
+ end
14910
+ end
14911
+
14299
14912
  # Represents a smart reply answer.
14300
14913
  class GoogleCloudDialogflowV2beta1SmartReplyAnswer
14301
14914
  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.28.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220119"
25
+ REVISION = "20220222"
26
26
  end
27
27
  end
28
28
  end
@@ -1552,6 +1552,12 @@ module Google
1552
1552
  include Google::Apis::Core::JsonObjectSupport
1553
1553
  end
1554
1554
 
1555
+ class GoogleCloudDialogflowV2ArticleSuggestionModelMetadata
1556
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1557
+
1558
+ include Google::Apis::Core::JsonObjectSupport
1559
+ end
1560
+
1555
1561
  class GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse
1556
1562
  class Representation < Google::Apis::Core::JsonRepresentation; end
1557
1563
 
@@ -1564,6 +1570,12 @@ module Google
1564
1570
  include Google::Apis::Core::JsonObjectSupport
1565
1571
  end
1566
1572
 
1573
+ class GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata
1574
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1575
+
1576
+ include Google::Apis::Core::JsonObjectSupport
1577
+ end
1578
+
1567
1579
  class GoogleCloudDialogflowV2Context
1568
1580
  class Representation < Google::Apis::Core::JsonRepresentation; end
1569
1581
 
@@ -1576,6 +1588,48 @@ module Google
1576
1588
  include Google::Apis::Core::JsonObjectSupport
1577
1589
  end
1578
1590
 
1591
+ class GoogleCloudDialogflowV2ConversationModel
1592
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1593
+
1594
+ include Google::Apis::Core::JsonObjectSupport
1595
+ end
1596
+
1597
+ class GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata
1598
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1599
+
1600
+ include Google::Apis::Core::JsonObjectSupport
1601
+ end
1602
+
1603
+ class GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata
1604
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1605
+
1606
+ include Google::Apis::Core::JsonObjectSupport
1607
+ end
1608
+
1609
+ class GoogleCloudDialogflowV2CreateConversationModelOperationMetadata
1610
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1611
+
1612
+ include Google::Apis::Core::JsonObjectSupport
1613
+ end
1614
+
1615
+ class GoogleCloudDialogflowV2DeleteConversationDatasetOperationMetadata
1616
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1617
+
1618
+ include Google::Apis::Core::JsonObjectSupport
1619
+ end
1620
+
1621
+ class GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata
1622
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1623
+
1624
+ include Google::Apis::Core::JsonObjectSupport
1625
+ end
1626
+
1627
+ class GoogleCloudDialogflowV2DeployConversationModelOperationMetadata
1628
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1629
+
1630
+ include Google::Apis::Core::JsonObjectSupport
1631
+ end
1632
+
1579
1633
  class GoogleCloudDialogflowV2EntityType
1580
1634
  class Representation < Google::Apis::Core::JsonRepresentation; end
1581
1635
 
@@ -1600,24 +1654,54 @@ module Google
1600
1654
  include Google::Apis::Core::JsonObjectSupport
1601
1655
  end
1602
1656
 
1657
+ class GoogleCloudDialogflowV2ExportOperationMetadata
1658
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1659
+
1660
+ include Google::Apis::Core::JsonObjectSupport
1661
+ end
1662
+
1603
1663
  class GoogleCloudDialogflowV2FaqAnswer
1604
1664
  class Representation < Google::Apis::Core::JsonRepresentation; end
1605
1665
 
1606
1666
  include Google::Apis::Core::JsonObjectSupport
1607
1667
  end
1608
1668
 
1669
+ class GoogleCloudDialogflowV2GcsDestination
1670
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1671
+
1672
+ include Google::Apis::Core::JsonObjectSupport
1673
+ end
1674
+
1609
1675
  class GoogleCloudDialogflowV2HumanAgentAssistantEvent
1610
1676
  class Representation < Google::Apis::Core::JsonRepresentation; end
1611
1677
 
1612
1678
  include Google::Apis::Core::JsonObjectSupport
1613
1679
  end
1614
1680
 
1681
+ class GoogleCloudDialogflowV2ImportConversationDataOperationMetadata
1682
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1683
+
1684
+ include Google::Apis::Core::JsonObjectSupport
1685
+ end
1686
+
1687
+ class GoogleCloudDialogflowV2ImportConversationDataOperationResponse
1688
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1689
+
1690
+ include Google::Apis::Core::JsonObjectSupport
1691
+ end
1692
+
1615
1693
  class GoogleCloudDialogflowV2ImportDocumentsResponse
1616
1694
  class Representation < Google::Apis::Core::JsonRepresentation; end
1617
1695
 
1618
1696
  include Google::Apis::Core::JsonObjectSupport
1619
1697
  end
1620
1698
 
1699
+ class GoogleCloudDialogflowV2InputDataset
1700
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1701
+
1702
+ include Google::Apis::Core::JsonObjectSupport
1703
+ end
1704
+
1621
1705
  class GoogleCloudDialogflowV2Intent
1622
1706
  class Representation < Google::Apis::Core::JsonRepresentation; end
1623
1707
 
@@ -1864,12 +1948,24 @@ module Google
1864
1948
  include Google::Apis::Core::JsonObjectSupport
1865
1949
  end
1866
1950
 
1951
+ class GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata
1952
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1953
+
1954
+ include Google::Apis::Core::JsonObjectSupport
1955
+ end
1956
+
1867
1957
  class GoogleCloudDialogflowV2SmartReplyAnswer
1868
1958
  class Representation < Google::Apis::Core::JsonRepresentation; end
1869
1959
 
1870
1960
  include Google::Apis::Core::JsonObjectSupport
1871
1961
  end
1872
1962
 
1963
+ class GoogleCloudDialogflowV2SmartReplyModelMetadata
1964
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1965
+
1966
+ include Google::Apis::Core::JsonObjectSupport
1967
+ end
1968
+
1873
1969
  class GoogleCloudDialogflowV2SuggestArticlesResponse
1874
1970
  class Representation < Google::Apis::Core::JsonRepresentation; end
1875
1971
 
@@ -1894,6 +1990,12 @@ module Google
1894
1990
  include Google::Apis::Core::JsonObjectSupport
1895
1991
  end
1896
1992
 
1993
+ class GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata
1994
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1995
+
1996
+ include Google::Apis::Core::JsonObjectSupport
1997
+ end
1998
+
1897
1999
  class GoogleCloudDialogflowV2WebhookRequest
1898
2000
  class Representation < Google::Apis::Core::JsonRepresentation; end
1899
2001
 
@@ -1930,6 +2032,12 @@ module Google
1930
2032
  include Google::Apis::Core::JsonObjectSupport
1931
2033
  end
1932
2034
 
2035
+ class GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata
2036
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2037
+
2038
+ include Google::Apis::Core::JsonObjectSupport
2039
+ end
2040
+
1933
2041
  class GoogleCloudDialogflowV2beta1Context
1934
2042
  class Representation < Google::Apis::Core::JsonRepresentation; end
1935
2043
 
@@ -1966,12 +2074,24 @@ module Google
1966
2074
  include Google::Apis::Core::JsonObjectSupport
1967
2075
  end
1968
2076
 
2077
+ class GoogleCloudDialogflowV2beta1ExportOperationMetadata
2078
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2079
+
2080
+ include Google::Apis::Core::JsonObjectSupport
2081
+ end
2082
+
1969
2083
  class GoogleCloudDialogflowV2beta1FaqAnswer
1970
2084
  class Representation < Google::Apis::Core::JsonRepresentation; end
1971
2085
 
1972
2086
  include Google::Apis::Core::JsonObjectSupport
1973
2087
  end
1974
2088
 
2089
+ class GoogleCloudDialogflowV2beta1GcsDestination
2090
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2091
+
2092
+ include Google::Apis::Core::JsonObjectSupport
2093
+ end
2094
+
1975
2095
  class GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent
1976
2096
  class Representation < Google::Apis::Core::JsonRepresentation; end
1977
2097
 
@@ -2326,6 +2446,12 @@ module Google
2326
2446
  include Google::Apis::Core::JsonObjectSupport
2327
2447
  end
2328
2448
 
2449
+ class GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata
2450
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2451
+
2452
+ include Google::Apis::Core::JsonObjectSupport
2453
+ end
2454
+
2329
2455
  class GoogleCloudDialogflowV2beta1SmartReplyAnswer
2330
2456
  class Representation < Google::Apis::Core::JsonRepresentation; end
2331
2457
 
@@ -4974,6 +5100,13 @@ module Google
4974
5100
  end
4975
5101
  end
4976
5102
 
5103
+ class GoogleCloudDialogflowV2ArticleSuggestionModelMetadata
5104
+ # @private
5105
+ class Representation < Google::Apis::Core::JsonRepresentation
5106
+ property :training_model_type, as: 'trainingModelType'
5107
+ end
5108
+ end
5109
+
4977
5110
  class GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse
4978
5111
  # @private
4979
5112
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4990,6 +5123,16 @@ module Google
4990
5123
  end
4991
5124
  end
4992
5125
 
5126
+ class GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata
5127
+ # @private
5128
+ class Representation < Google::Apis::Core::JsonRepresentation
5129
+ property :conversation_profile, as: 'conversationProfile'
5130
+ property :create_time, as: 'createTime'
5131
+ property :participant_role, as: 'participantRole'
5132
+ property :suggestion_feature_type, as: 'suggestionFeatureType'
5133
+ end
5134
+ end
5135
+
4993
5136
  class GoogleCloudDialogflowV2Context
4994
5137
  # @private
4995
5138
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5011,6 +5154,70 @@ module Google
5011
5154
  end
5012
5155
  end
5013
5156
 
5157
+ class GoogleCloudDialogflowV2ConversationModel
5158
+ # @private
5159
+ class Representation < Google::Apis::Core::JsonRepresentation
5160
+ property :article_suggestion_model_metadata, as: 'articleSuggestionModelMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2ArticleSuggestionModelMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2ArticleSuggestionModelMetadata::Representation
5161
+
5162
+ property :create_time, as: 'createTime'
5163
+ collection :datasets, as: 'datasets', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2InputDataset, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2InputDataset::Representation
5164
+
5165
+ property :display_name, as: 'displayName'
5166
+ property :language_code, as: 'languageCode'
5167
+ property :name, as: 'name'
5168
+ property :smart_reply_model_metadata, as: 'smartReplyModelMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2SmartReplyModelMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2SmartReplyModelMetadata::Representation
5169
+
5170
+ property :state, as: 'state'
5171
+ end
5172
+ end
5173
+
5174
+ class GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata
5175
+ # @private
5176
+ class Representation < Google::Apis::Core::JsonRepresentation
5177
+ end
5178
+ end
5179
+
5180
+ class GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata
5181
+ # @private
5182
+ class Representation < Google::Apis::Core::JsonRepresentation
5183
+ property :conversation_model, as: 'conversationModel'
5184
+ property :conversation_model_evaluation, as: 'conversationModelEvaluation'
5185
+ property :create_time, as: 'createTime'
5186
+ property :state, as: 'state'
5187
+ end
5188
+ end
5189
+
5190
+ class GoogleCloudDialogflowV2CreateConversationModelOperationMetadata
5191
+ # @private
5192
+ class Representation < Google::Apis::Core::JsonRepresentation
5193
+ property :conversation_model, as: 'conversationModel'
5194
+ property :create_time, as: 'createTime'
5195
+ property :state, as: 'state'
5196
+ end
5197
+ end
5198
+
5199
+ class GoogleCloudDialogflowV2DeleteConversationDatasetOperationMetadata
5200
+ # @private
5201
+ class Representation < Google::Apis::Core::JsonRepresentation
5202
+ end
5203
+ end
5204
+
5205
+ class GoogleCloudDialogflowV2DeleteConversationModelOperationMetadata
5206
+ # @private
5207
+ class Representation < Google::Apis::Core::JsonRepresentation
5208
+ property :conversation_model, as: 'conversationModel'
5209
+ property :create_time, as: 'createTime'
5210
+ end
5211
+ end
5212
+
5213
+ class GoogleCloudDialogflowV2DeployConversationModelOperationMetadata
5214
+ # @private
5215
+ class Representation < Google::Apis::Core::JsonRepresentation
5216
+ property :conversation_model, as: 'conversationModel'
5217
+ property :create_time, as: 'createTime'
5218
+ end
5219
+ end
5220
+
5014
5221
  class GoogleCloudDialogflowV2EntityType
5015
5222
  # @private
5016
5223
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5049,6 +5256,14 @@ module Google
5049
5256
  end
5050
5257
  end
5051
5258
 
5259
+ class GoogleCloudDialogflowV2ExportOperationMetadata
5260
+ # @private
5261
+ class Representation < Google::Apis::Core::JsonRepresentation
5262
+ property :exported_gcs_destination, as: 'exportedGcsDestination', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2GcsDestination, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2GcsDestination::Representation
5263
+
5264
+ end
5265
+ end
5266
+
5052
5267
  class GoogleCloudDialogflowV2FaqAnswer
5053
5268
  # @private
5054
5269
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5061,6 +5276,13 @@ module Google
5061
5276
  end
5062
5277
  end
5063
5278
 
5279
+ class GoogleCloudDialogflowV2GcsDestination
5280
+ # @private
5281
+ class Representation < Google::Apis::Core::JsonRepresentation
5282
+ property :uri, as: 'uri'
5283
+ end
5284
+ end
5285
+
5064
5286
  class GoogleCloudDialogflowV2HumanAgentAssistantEvent
5065
5287
  # @private
5066
5288
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5071,6 +5293,24 @@ module Google
5071
5293
  end
5072
5294
  end
5073
5295
 
5296
+ class GoogleCloudDialogflowV2ImportConversationDataOperationMetadata
5297
+ # @private
5298
+ class Representation < Google::Apis::Core::JsonRepresentation
5299
+ property :conversation_dataset, as: 'conversationDataset'
5300
+ property :create_time, as: 'createTime'
5301
+ collection :partial_failures, as: 'partialFailures', class: Google::Apis::DialogflowV3beta1::GoogleRpcStatus, decorator: Google::Apis::DialogflowV3beta1::GoogleRpcStatus::Representation
5302
+
5303
+ end
5304
+ end
5305
+
5306
+ class GoogleCloudDialogflowV2ImportConversationDataOperationResponse
5307
+ # @private
5308
+ class Representation < Google::Apis::Core::JsonRepresentation
5309
+ property :conversation_dataset, as: 'conversationDataset'
5310
+ property :import_count, as: 'importCount'
5311
+ end
5312
+ end
5313
+
5074
5314
  class GoogleCloudDialogflowV2ImportDocumentsResponse
5075
5315
  # @private
5076
5316
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5079,6 +5319,13 @@ module Google
5079
5319
  end
5080
5320
  end
5081
5321
 
5322
+ class GoogleCloudDialogflowV2InputDataset
5323
+ # @private
5324
+ class Representation < Google::Apis::Core::JsonRepresentation
5325
+ property :dataset, as: 'dataset'
5326
+ end
5327
+ end
5328
+
5082
5329
  class GoogleCloudDialogflowV2Intent
5083
5330
  # @private
5084
5331
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5443,6 +5690,8 @@ module Google
5443
5690
  class GoogleCloudDialogflowV2KnowledgeOperationMetadata
5444
5691
  # @private
5445
5692
  class Representation < Google::Apis::Core::JsonRepresentation
5693
+ property :export_operation_metadata, as: 'exportOperationMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2ExportOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2ExportOperationMetadata::Representation
5694
+
5446
5695
  property :knowledge_base, as: 'knowledgeBase'
5447
5696
  property :state, as: 'state'
5448
5697
  end
@@ -5535,6 +5784,16 @@ module Google
5535
5784
  end
5536
5785
  end
5537
5786
 
5787
+ class GoogleCloudDialogflowV2SetSuggestionFeatureConfigOperationMetadata
5788
+ # @private
5789
+ class Representation < Google::Apis::Core::JsonRepresentation
5790
+ property :conversation_profile, as: 'conversationProfile'
5791
+ property :create_time, as: 'createTime'
5792
+ property :participant_role, as: 'participantRole'
5793
+ property :suggestion_feature_type, as: 'suggestionFeatureType'
5794
+ end
5795
+ end
5796
+
5538
5797
  class GoogleCloudDialogflowV2SmartReplyAnswer
5539
5798
  # @private
5540
5799
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5544,6 +5803,13 @@ module Google
5544
5803
  end
5545
5804
  end
5546
5805
 
5806
+ class GoogleCloudDialogflowV2SmartReplyModelMetadata
5807
+ # @private
5808
+ class Representation < Google::Apis::Core::JsonRepresentation
5809
+ property :training_model_type, as: 'trainingModelType'
5810
+ end
5811
+ end
5812
+
5547
5813
  class GoogleCloudDialogflowV2SuggestArticlesResponse
5548
5814
  # @private
5549
5815
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5588,6 +5854,14 @@ module Google
5588
5854
  end
5589
5855
  end
5590
5856
 
5857
+ class GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata
5858
+ # @private
5859
+ class Representation < Google::Apis::Core::JsonRepresentation
5860
+ property :conversation_model, as: 'conversationModel'
5861
+ property :create_time, as: 'createTime'
5862
+ end
5863
+ end
5864
+
5591
5865
  class GoogleCloudDialogflowV2WebhookRequest
5592
5866
  # @private
5593
5867
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5653,6 +5927,16 @@ module Google
5653
5927
  end
5654
5928
  end
5655
5929
 
5930
+ class GoogleCloudDialogflowV2beta1ClearSuggestionFeatureConfigOperationMetadata
5931
+ # @private
5932
+ class Representation < Google::Apis::Core::JsonRepresentation
5933
+ property :conversation_profile, as: 'conversationProfile'
5934
+ property :create_time, as: 'createTime'
5935
+ property :participant_role, as: 'participantRole'
5936
+ property :suggestion_feature_type, as: 'suggestionFeatureType'
5937
+ end
5938
+ end
5939
+
5656
5940
  class GoogleCloudDialogflowV2beta1Context
5657
5941
  # @private
5658
5942
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5712,6 +5996,14 @@ module Google
5712
5996
  end
5713
5997
  end
5714
5998
 
5999
+ class GoogleCloudDialogflowV2beta1ExportOperationMetadata
6000
+ # @private
6001
+ class Representation < Google::Apis::Core::JsonRepresentation
6002
+ property :exported_gcs_destination, as: 'exportedGcsDestination', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1GcsDestination, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1GcsDestination::Representation
6003
+
6004
+ end
6005
+ end
6006
+
5715
6007
  class GoogleCloudDialogflowV2beta1FaqAnswer
5716
6008
  # @private
5717
6009
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5724,6 +6016,13 @@ module Google
5724
6016
  end
5725
6017
  end
5726
6018
 
6019
+ class GoogleCloudDialogflowV2beta1GcsDestination
6020
+ # @private
6021
+ class Representation < Google::Apis::Core::JsonRepresentation
6022
+ property :uri, as: 'uri'
6023
+ end
6024
+ end
6025
+
5727
6026
  class GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent
5728
6027
  # @private
5729
6028
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -6261,6 +6560,8 @@ module Google
6261
6560
  class GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata
6262
6561
  # @private
6263
6562
  class Representation < Google::Apis::Core::JsonRepresentation
6563
+ property :export_operation_metadata, as: 'exportOperationMetadata', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1ExportOperationMetadata, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1ExportOperationMetadata::Representation
6564
+
6264
6565
  property :knowledge_base, as: 'knowledgeBase'
6265
6566
  property :state, as: 'state'
6266
6567
  end
@@ -6355,6 +6656,16 @@ module Google
6355
6656
  end
6356
6657
  end
6357
6658
 
6659
+ class GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigOperationMetadata
6660
+ # @private
6661
+ class Representation < Google::Apis::Core::JsonRepresentation
6662
+ property :conversation_profile, as: 'conversationProfile'
6663
+ property :create_time, as: 'createTime'
6664
+ property :participant_role, as: 'participantRole'
6665
+ property :suggestion_feature_type, as: 'suggestionFeatureType'
6666
+ end
6667
+ end
6668
+
6358
6669
  class GoogleCloudDialogflowV2beta1SmartReplyAnswer
6359
6670
  # @private
6360
6671
  class Representation < Google::Apis::Core::JsonRepresentation
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.28.0
4
+ version: 0.29.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: 2022-01-24 00:00:00.000000000 Z
11
+ date: 2022-02-28 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.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.29.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: []