google-apis-dialogflow_v3 0.103.0 → 0.105.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.
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV3
|
18
18
|
# Version of the google-apis-dialogflow_v3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.105.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250325"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1390,6 +1390,12 @@ module Google
|
|
1390
1390
|
include Google::Apis::Core::JsonObjectSupport
|
1391
1391
|
end
|
1392
1392
|
|
1393
|
+
class GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue
|
1394
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1395
|
+
|
1396
|
+
include Google::Apis::Core::JsonObjectSupport
|
1397
|
+
end
|
1398
|
+
|
1393
1399
|
class GoogleCloudDialogflowCxV3WebhookRequest
|
1394
1400
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1395
1401
|
|
@@ -2008,6 +2014,12 @@ module Google
|
|
2008
2014
|
include Google::Apis::Core::JsonObjectSupport
|
2009
2015
|
end
|
2010
2016
|
|
2017
|
+
class GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue
|
2018
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2019
|
+
|
2020
|
+
include Google::Apis::Core::JsonObjectSupport
|
2021
|
+
end
|
2022
|
+
|
2011
2023
|
class GoogleCloudDialogflowCxV3beta1WebhookRequest
|
2012
2024
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2013
2025
|
|
@@ -2188,12 +2200,42 @@ module Google
|
|
2188
2200
|
include Google::Apis::Core::JsonObjectSupport
|
2189
2201
|
end
|
2190
2202
|
|
2203
|
+
class GoogleCloudDialogflowV2FreeFormSuggestion
|
2204
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2205
|
+
|
2206
|
+
include Google::Apis::Core::JsonObjectSupport
|
2207
|
+
end
|
2208
|
+
|
2191
2209
|
class GoogleCloudDialogflowV2GcsDestination
|
2192
2210
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2193
2211
|
|
2194
2212
|
include Google::Apis::Core::JsonObjectSupport
|
2195
2213
|
end
|
2196
2214
|
|
2215
|
+
class GoogleCloudDialogflowV2GenerateSuggestionsResponse
|
2216
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2217
|
+
|
2218
|
+
include Google::Apis::Core::JsonObjectSupport
|
2219
|
+
end
|
2220
|
+
|
2221
|
+
class GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer
|
2222
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2223
|
+
|
2224
|
+
include Google::Apis::Core::JsonObjectSupport
|
2225
|
+
end
|
2226
|
+
|
2227
|
+
class GoogleCloudDialogflowV2GeneratorSuggestion
|
2228
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2229
|
+
|
2230
|
+
include Google::Apis::Core::JsonObjectSupport
|
2231
|
+
end
|
2232
|
+
|
2233
|
+
class GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo
|
2234
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2235
|
+
|
2236
|
+
include Google::Apis::Core::JsonObjectSupport
|
2237
|
+
end
|
2238
|
+
|
2197
2239
|
class GoogleCloudDialogflowV2HumanAgentAssistantEvent
|
2198
2240
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2199
2241
|
|
@@ -2578,6 +2620,36 @@ module Google
|
|
2578
2620
|
include Google::Apis::Core::JsonObjectSupport
|
2579
2621
|
end
|
2580
2622
|
|
2623
|
+
class GoogleCloudDialogflowV2SummarySuggestion
|
2624
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2625
|
+
|
2626
|
+
include Google::Apis::Core::JsonObjectSupport
|
2627
|
+
end
|
2628
|
+
|
2629
|
+
class GoogleCloudDialogflowV2SummarySuggestionSummarySection
|
2630
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2631
|
+
|
2632
|
+
include Google::Apis::Core::JsonObjectSupport
|
2633
|
+
end
|
2634
|
+
|
2635
|
+
class GoogleCloudDialogflowV2ToolCall
|
2636
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2637
|
+
|
2638
|
+
include Google::Apis::Core::JsonObjectSupport
|
2639
|
+
end
|
2640
|
+
|
2641
|
+
class GoogleCloudDialogflowV2ToolCallResult
|
2642
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2643
|
+
|
2644
|
+
include Google::Apis::Core::JsonObjectSupport
|
2645
|
+
end
|
2646
|
+
|
2647
|
+
class GoogleCloudDialogflowV2ToolCallResultError
|
2648
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2649
|
+
|
2650
|
+
include Google::Apis::Core::JsonObjectSupport
|
2651
|
+
end
|
2652
|
+
|
2581
2653
|
class GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata
|
2582
2654
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2583
2655
|
|
@@ -2686,12 +2758,42 @@ module Google
|
|
2686
2758
|
include Google::Apis::Core::JsonObjectSupport
|
2687
2759
|
end
|
2688
2760
|
|
2761
|
+
class GoogleCloudDialogflowV2beta1FreeFormSuggestion
|
2762
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2763
|
+
|
2764
|
+
include Google::Apis::Core::JsonObjectSupport
|
2765
|
+
end
|
2766
|
+
|
2689
2767
|
class GoogleCloudDialogflowV2beta1GcsDestination
|
2690
2768
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2691
2769
|
|
2692
2770
|
include Google::Apis::Core::JsonObjectSupport
|
2693
2771
|
end
|
2694
2772
|
|
2773
|
+
class GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse
|
2774
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2775
|
+
|
2776
|
+
include Google::Apis::Core::JsonObjectSupport
|
2777
|
+
end
|
2778
|
+
|
2779
|
+
class GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer
|
2780
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2781
|
+
|
2782
|
+
include Google::Apis::Core::JsonObjectSupport
|
2783
|
+
end
|
2784
|
+
|
2785
|
+
class GoogleCloudDialogflowV2beta1GeneratorSuggestion
|
2786
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2787
|
+
|
2788
|
+
include Google::Apis::Core::JsonObjectSupport
|
2789
|
+
end
|
2790
|
+
|
2791
|
+
class GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo
|
2792
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2793
|
+
|
2794
|
+
include Google::Apis::Core::JsonObjectSupport
|
2795
|
+
end
|
2796
|
+
|
2695
2797
|
class GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent
|
2696
2798
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2697
2799
|
|
@@ -3202,12 +3304,42 @@ module Google
|
|
3202
3304
|
include Google::Apis::Core::JsonObjectSupport
|
3203
3305
|
end
|
3204
3306
|
|
3307
|
+
class GoogleCloudDialogflowV2beta1SummarySuggestion
|
3308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3309
|
+
|
3310
|
+
include Google::Apis::Core::JsonObjectSupport
|
3311
|
+
end
|
3312
|
+
|
3313
|
+
class GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection
|
3314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3315
|
+
|
3316
|
+
include Google::Apis::Core::JsonObjectSupport
|
3317
|
+
end
|
3318
|
+
|
3205
3319
|
class GoogleCloudDialogflowV2beta1TelephonyDtmfEvents
|
3206
3320
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3207
3321
|
|
3208
3322
|
include Google::Apis::Core::JsonObjectSupport
|
3209
3323
|
end
|
3210
3324
|
|
3325
|
+
class GoogleCloudDialogflowV2beta1ToolCall
|
3326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3327
|
+
|
3328
|
+
include Google::Apis::Core::JsonObjectSupport
|
3329
|
+
end
|
3330
|
+
|
3331
|
+
class GoogleCloudDialogflowV2beta1ToolCallResult
|
3332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3333
|
+
|
3334
|
+
include Google::Apis::Core::JsonObjectSupport
|
3335
|
+
end
|
3336
|
+
|
3337
|
+
class GoogleCloudDialogflowV2beta1ToolCallResultError
|
3338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3339
|
+
|
3340
|
+
include Google::Apis::Core::JsonObjectSupport
|
3341
|
+
end
|
3342
|
+
|
3211
3343
|
class GoogleCloudDialogflowV2beta1WebhookRequest
|
3212
3344
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3213
3345
|
|
@@ -5554,6 +5686,9 @@ module Google
|
|
5554
5686
|
property :password, as: 'password'
|
5555
5687
|
property :request_body, as: 'requestBody'
|
5556
5688
|
hash :request_headers, as: 'requestHeaders'
|
5689
|
+
property :secret_version_for_username_password, as: 'secretVersionForUsernamePassword'
|
5690
|
+
hash :secret_versions_for_request_headers, as: 'secretVersionsForRequestHeaders', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue::Representation
|
5691
|
+
|
5557
5692
|
property :service_agent_auth, as: 'serviceAgentAuth'
|
5558
5693
|
property :uri, as: 'uri'
|
5559
5694
|
property :username, as: 'username'
|
@@ -5567,10 +5702,18 @@ module Google
|
|
5567
5702
|
property :client_id, as: 'clientId'
|
5568
5703
|
property :client_secret, as: 'clientSecret'
|
5569
5704
|
collection :scopes, as: 'scopes'
|
5705
|
+
property :secret_version_for_client_secret, as: 'secretVersionForClientSecret'
|
5570
5706
|
property :token_endpoint, as: 'tokenEndpoint'
|
5571
5707
|
end
|
5572
5708
|
end
|
5573
5709
|
|
5710
|
+
class GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue
|
5711
|
+
# @private
|
5712
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5713
|
+
property :secret_version, as: 'secretVersion'
|
5714
|
+
end
|
5715
|
+
end
|
5716
|
+
|
5574
5717
|
class GoogleCloudDialogflowCxV3WebhookRequest
|
5575
5718
|
# @private
|
5576
5719
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6586,6 +6729,9 @@ module Google
|
|
6586
6729
|
property :password, as: 'password'
|
6587
6730
|
property :request_body, as: 'requestBody'
|
6588
6731
|
hash :request_headers, as: 'requestHeaders'
|
6732
|
+
property :secret_version_for_username_password, as: 'secretVersionForUsernamePassword'
|
6733
|
+
hash :secret_versions_for_request_headers, as: 'secretVersionsForRequestHeaders', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue::Representation
|
6734
|
+
|
6589
6735
|
property :service_agent_auth, as: 'serviceAgentAuth'
|
6590
6736
|
property :uri, as: 'uri'
|
6591
6737
|
property :username, as: 'username'
|
@@ -6599,10 +6745,18 @@ module Google
|
|
6599
6745
|
property :client_id, as: 'clientId'
|
6600
6746
|
property :client_secret, as: 'clientSecret'
|
6601
6747
|
collection :scopes, as: 'scopes'
|
6748
|
+
property :secret_version_for_client_secret, as: 'secretVersionForClientSecret'
|
6602
6749
|
property :token_endpoint, as: 'tokenEndpoint'
|
6603
6750
|
end
|
6604
6751
|
end
|
6605
6752
|
|
6753
|
+
class GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue
|
6754
|
+
# @private
|
6755
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6756
|
+
property :secret_version, as: 'secretVersion'
|
6757
|
+
end
|
6758
|
+
end
|
6759
|
+
|
6606
6760
|
class GoogleCloudDialogflowCxV3beta1WebhookRequest
|
6607
6761
|
# @private
|
6608
6762
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6908,6 +7062,13 @@ module Google
|
|
6908
7062
|
end
|
6909
7063
|
end
|
6910
7064
|
|
7065
|
+
class GoogleCloudDialogflowV2FreeFormSuggestion
|
7066
|
+
# @private
|
7067
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7068
|
+
property :response, as: 'response'
|
7069
|
+
end
|
7070
|
+
end
|
7071
|
+
|
6911
7072
|
class GoogleCloudDialogflowV2GcsDestination
|
6912
7073
|
# @private
|
6913
7074
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6915,6 +7076,47 @@ module Google
|
|
6915
7076
|
end
|
6916
7077
|
end
|
6917
7078
|
|
7079
|
+
class GoogleCloudDialogflowV2GenerateSuggestionsResponse
|
7080
|
+
# @private
|
7081
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7082
|
+
collection :generator_suggestion_answers, as: 'generatorSuggestionAnswers', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer::Representation
|
7083
|
+
|
7084
|
+
property :latest_message, as: 'latestMessage'
|
7085
|
+
end
|
7086
|
+
end
|
7087
|
+
|
7088
|
+
class GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer
|
7089
|
+
# @private
|
7090
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7091
|
+
property :answer_record, as: 'answerRecord'
|
7092
|
+
property :generator_suggestion, as: 'generatorSuggestion', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2GeneratorSuggestion, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2GeneratorSuggestion::Representation
|
7093
|
+
|
7094
|
+
property :source_generator, as: 'sourceGenerator'
|
7095
|
+
end
|
7096
|
+
end
|
7097
|
+
|
7098
|
+
class GoogleCloudDialogflowV2GeneratorSuggestion
|
7099
|
+
# @private
|
7100
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7101
|
+
property :free_form_suggestion, as: 'freeFormSuggestion', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2FreeFormSuggestion, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2FreeFormSuggestion::Representation
|
7102
|
+
|
7103
|
+
property :summary_suggestion, as: 'summarySuggestion', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SummarySuggestion, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SummarySuggestion::Representation
|
7104
|
+
|
7105
|
+
collection :tool_call_info, as: 'toolCallInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo::Representation
|
7106
|
+
|
7107
|
+
end
|
7108
|
+
end
|
7109
|
+
|
7110
|
+
class GoogleCloudDialogflowV2GeneratorSuggestionToolCallInfo
|
7111
|
+
# @private
|
7112
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7113
|
+
property :tool_call, as: 'toolCall', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ToolCall, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ToolCall::Representation
|
7114
|
+
|
7115
|
+
property :tool_call_result, as: 'toolCallResult', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ToolCallResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ToolCallResult::Representation
|
7116
|
+
|
7117
|
+
end
|
7118
|
+
end
|
7119
|
+
|
6918
7120
|
class GoogleCloudDialogflowV2HumanAgentAssistantEvent
|
6919
7121
|
# @private
|
6920
7122
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7581,6 +7783,8 @@ module Google
|
|
7581
7783
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7582
7784
|
property :error, as: 'error', class: Google::Apis::DialogflowV3::GoogleRpcStatus, decorator: Google::Apis::DialogflowV3::GoogleRpcStatus::Representation
|
7583
7785
|
|
7786
|
+
property :generate_suggestions_response, as: 'generateSuggestionsResponse', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2GenerateSuggestionsResponse, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2GenerateSuggestionsResponse::Representation
|
7787
|
+
|
7584
7788
|
property :suggest_articles_response, as: 'suggestArticlesResponse', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SuggestArticlesResponse, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SuggestArticlesResponse::Representation
|
7585
7789
|
|
7586
7790
|
property :suggest_faq_answers_response, as: 'suggestFaqAnswersResponse', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SuggestFaqAnswersResponse, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SuggestFaqAnswersResponse::Representation
|
@@ -7592,6 +7796,52 @@ module Google
|
|
7592
7796
|
end
|
7593
7797
|
end
|
7594
7798
|
|
7799
|
+
class GoogleCloudDialogflowV2SummarySuggestion
|
7800
|
+
# @private
|
7801
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7802
|
+
collection :summary_sections, as: 'summarySections', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SummarySuggestionSummarySection, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2SummarySuggestionSummarySection::Representation
|
7803
|
+
|
7804
|
+
end
|
7805
|
+
end
|
7806
|
+
|
7807
|
+
class GoogleCloudDialogflowV2SummarySuggestionSummarySection
|
7808
|
+
# @private
|
7809
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7810
|
+
property :section, as: 'section'
|
7811
|
+
property :summary, as: 'summary'
|
7812
|
+
end
|
7813
|
+
end
|
7814
|
+
|
7815
|
+
class GoogleCloudDialogflowV2ToolCall
|
7816
|
+
# @private
|
7817
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7818
|
+
property :action, as: 'action'
|
7819
|
+
property :create_time, as: 'createTime'
|
7820
|
+
hash :input_parameters, as: 'inputParameters'
|
7821
|
+
property :tool, as: 'tool'
|
7822
|
+
end
|
7823
|
+
end
|
7824
|
+
|
7825
|
+
class GoogleCloudDialogflowV2ToolCallResult
|
7826
|
+
# @private
|
7827
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7828
|
+
property :action, as: 'action'
|
7829
|
+
property :content, as: 'content'
|
7830
|
+
property :create_time, as: 'createTime'
|
7831
|
+
property :error, as: 'error', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ToolCallResultError, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2ToolCallResultError::Representation
|
7832
|
+
|
7833
|
+
property :raw_content, :base64 => true, as: 'rawContent'
|
7834
|
+
property :tool, as: 'tool'
|
7835
|
+
end
|
7836
|
+
end
|
7837
|
+
|
7838
|
+
class GoogleCloudDialogflowV2ToolCallResultError
|
7839
|
+
# @private
|
7840
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7841
|
+
property :message, as: 'message'
|
7842
|
+
end
|
7843
|
+
end
|
7844
|
+
|
7595
7845
|
class GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata
|
7596
7846
|
# @private
|
7597
7847
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7775,6 +8025,13 @@ module Google
|
|
7775
8025
|
end
|
7776
8026
|
end
|
7777
8027
|
|
8028
|
+
class GoogleCloudDialogflowV2beta1FreeFormSuggestion
|
8029
|
+
# @private
|
8030
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8031
|
+
property :response, as: 'response'
|
8032
|
+
end
|
8033
|
+
end
|
8034
|
+
|
7778
8035
|
class GoogleCloudDialogflowV2beta1GcsDestination
|
7779
8036
|
# @private
|
7780
8037
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7782,6 +8039,47 @@ module Google
|
|
7782
8039
|
end
|
7783
8040
|
end
|
7784
8041
|
|
8042
|
+
class GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse
|
8043
|
+
# @private
|
8044
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8045
|
+
collection :generator_suggestion_answers, as: 'generatorSuggestionAnswers', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer::Representation
|
8046
|
+
|
8047
|
+
property :latest_message, as: 'latestMessage'
|
8048
|
+
end
|
8049
|
+
end
|
8050
|
+
|
8051
|
+
class GoogleCloudDialogflowV2beta1GenerateSuggestionsResponseGeneratorSuggestionAnswer
|
8052
|
+
# @private
|
8053
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8054
|
+
property :answer_record, as: 'answerRecord'
|
8055
|
+
property :generator_suggestion, as: 'generatorSuggestion', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1GeneratorSuggestion, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1GeneratorSuggestion::Representation
|
8056
|
+
|
8057
|
+
property :source_generator, as: 'sourceGenerator'
|
8058
|
+
end
|
8059
|
+
end
|
8060
|
+
|
8061
|
+
class GoogleCloudDialogflowV2beta1GeneratorSuggestion
|
8062
|
+
# @private
|
8063
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8064
|
+
property :free_form_suggestion, as: 'freeFormSuggestion', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1FreeFormSuggestion, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1FreeFormSuggestion::Representation
|
8065
|
+
|
8066
|
+
property :summary_suggestion, as: 'summarySuggestion', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SummarySuggestion, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SummarySuggestion::Representation
|
8067
|
+
|
8068
|
+
collection :tool_call_info, as: 'toolCallInfo', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo::Representation
|
8069
|
+
|
8070
|
+
end
|
8071
|
+
end
|
8072
|
+
|
8073
|
+
class GoogleCloudDialogflowV2beta1GeneratorSuggestionToolCallInfo
|
8074
|
+
# @private
|
8075
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8076
|
+
property :tool_call, as: 'toolCall', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ToolCall, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ToolCall::Representation
|
8077
|
+
|
8078
|
+
property :tool_call_result, as: 'toolCallResult', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ToolCallResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ToolCallResult::Representation
|
8079
|
+
|
8080
|
+
end
|
8081
|
+
end
|
8082
|
+
|
7785
8083
|
class GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent
|
7786
8084
|
# @private
|
7787
8085
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8659,6 +8957,8 @@ module Google
|
|
8659
8957
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8660
8958
|
property :error, as: 'error', class: Google::Apis::DialogflowV3::GoogleRpcStatus, decorator: Google::Apis::DialogflowV3::GoogleRpcStatus::Representation
|
8661
8959
|
|
8960
|
+
property :generate_suggestions_response, as: 'generateSuggestionsResponse', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1GenerateSuggestionsResponse::Representation
|
8961
|
+
|
8662
8962
|
property :suggest_articles_response, as: 'suggestArticlesResponse', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SuggestArticlesResponse, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SuggestArticlesResponse::Representation
|
8663
8963
|
|
8664
8964
|
property :suggest_dialogflow_assists_response, as: 'suggestDialogflowAssistsResponse', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse::Representation
|
@@ -8674,6 +8974,22 @@ module Google
|
|
8674
8974
|
end
|
8675
8975
|
end
|
8676
8976
|
|
8977
|
+
class GoogleCloudDialogflowV2beta1SummarySuggestion
|
8978
|
+
# @private
|
8979
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8980
|
+
collection :summary_sections, as: 'summarySections', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection::Representation
|
8981
|
+
|
8982
|
+
end
|
8983
|
+
end
|
8984
|
+
|
8985
|
+
class GoogleCloudDialogflowV2beta1SummarySuggestionSummarySection
|
8986
|
+
# @private
|
8987
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8988
|
+
property :section, as: 'section'
|
8989
|
+
property :summary, as: 'summary'
|
8990
|
+
end
|
8991
|
+
end
|
8992
|
+
|
8677
8993
|
class GoogleCloudDialogflowV2beta1TelephonyDtmfEvents
|
8678
8994
|
# @private
|
8679
8995
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8681,6 +8997,36 @@ module Google
|
|
8681
8997
|
end
|
8682
8998
|
end
|
8683
8999
|
|
9000
|
+
class GoogleCloudDialogflowV2beta1ToolCall
|
9001
|
+
# @private
|
9002
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9003
|
+
property :action, as: 'action'
|
9004
|
+
property :create_time, as: 'createTime'
|
9005
|
+
hash :input_parameters, as: 'inputParameters'
|
9006
|
+
property :tool, as: 'tool'
|
9007
|
+
end
|
9008
|
+
end
|
9009
|
+
|
9010
|
+
class GoogleCloudDialogflowV2beta1ToolCallResult
|
9011
|
+
# @private
|
9012
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9013
|
+
property :action, as: 'action'
|
9014
|
+
property :content, as: 'content'
|
9015
|
+
property :create_time, as: 'createTime'
|
9016
|
+
property :error, as: 'error', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ToolCallResultError, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ToolCallResultError::Representation
|
9017
|
+
|
9018
|
+
property :raw_content, :base64 => true, as: 'rawContent'
|
9019
|
+
property :tool, as: 'tool'
|
9020
|
+
end
|
9021
|
+
end
|
9022
|
+
|
9023
|
+
class GoogleCloudDialogflowV2beta1ToolCallResultError
|
9024
|
+
# @private
|
9025
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9026
|
+
property :message, as: 'message'
|
9027
|
+
end
|
9028
|
+
end
|
9029
|
+
|
8684
9030
|
class GoogleCloudDialogflowV2beta1WebhookRequest
|
8685
9031
|
# @private
|
8686
9032
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -85,6 +85,9 @@ module Google
|
|
85
85
|
# Lists information about the supported locations for this service.
|
86
86
|
# @param [String] name
|
87
87
|
# The resource that owns the locations collection, if applicable.
|
88
|
+
# @param [Array<String>, String] extra_location_types
|
89
|
+
# Optional. A list of extra location types that should be used as conditions for
|
90
|
+
# controlling the visibility of the locations.
|
88
91
|
# @param [String] filter
|
89
92
|
# A filter to narrow down results to a preferred subset. The filtering language
|
90
93
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
@@ -112,11 +115,12 @@ module Google
|
|
112
115
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
113
116
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
114
117
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
115
|
-
def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
118
|
+
def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
116
119
|
command = make_simple_command(:get, 'v3/{+name}/locations', options)
|
117
120
|
command.response_representation = Google::Apis::DialogflowV3::GoogleCloudLocationListLocationsResponse::Representation
|
118
121
|
command.response_class = Google::Apis::DialogflowV3::GoogleCloudLocationListLocationsResponse
|
119
122
|
command.params['name'] = name unless name.nil?
|
123
|
+
command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
|
120
124
|
command.query['filter'] = filter unless filter.nil?
|
121
125
|
command.query['pageSize'] = page_size unless page_size.nil?
|
122
126
|
command.query['pageToken'] = page_token unless page_token.nil?
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dialogflow_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.105.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-30 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.105.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|