google-apis-dialogflow_v3beta1 0.110.0 → 0.112.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/dialogflow_v3beta1/classes.rb +673 -0
- data/lib/google/apis/dialogflow_v3beta1/gem_version.rb +2 -2
- data/lib/google/apis/dialogflow_v3beta1/representations.rb +320 -0
- data/lib/google/apis/dialogflow_v3beta1/service.rb +18 -2
- metadata +2 -2
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.112.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251013"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1786,6 +1786,12 @@ module Google
|
|
|
1786
1786
|
include Google::Apis::Core::JsonObjectSupport
|
|
1787
1787
|
end
|
|
1788
1788
|
|
|
1789
|
+
class GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters
|
|
1790
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1791
|
+
|
|
1792
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1793
|
+
end
|
|
1794
|
+
|
|
1789
1795
|
class GoogleCloudDialogflowCxV3beta1LoadVersionRequest
|
|
1790
1796
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1791
1797
|
|
|
@@ -2614,6 +2620,60 @@ module Google
|
|
|
2614
2620
|
include Google::Apis::Core::JsonObjectSupport
|
|
2615
2621
|
end
|
|
2616
2622
|
|
|
2623
|
+
class GoogleCloudDialogflowV2AgentCoachingInstruction
|
|
2624
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2625
|
+
|
|
2626
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2627
|
+
end
|
|
2628
|
+
|
|
2629
|
+
class GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult
|
|
2630
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2631
|
+
|
|
2632
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2633
|
+
end
|
|
2634
|
+
|
|
2635
|
+
class GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion
|
|
2636
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2637
|
+
|
|
2638
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2639
|
+
end
|
|
2640
|
+
|
|
2641
|
+
class GoogleCloudDialogflowV2AgentCoachingSuggestion
|
|
2642
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2643
|
+
|
|
2644
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2645
|
+
end
|
|
2646
|
+
|
|
2647
|
+
class GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion
|
|
2648
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2649
|
+
|
|
2650
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2651
|
+
end
|
|
2652
|
+
|
|
2653
|
+
class GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult
|
|
2654
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2655
|
+
|
|
2656
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2657
|
+
end
|
|
2658
|
+
|
|
2659
|
+
class GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion
|
|
2660
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2661
|
+
|
|
2662
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2663
|
+
end
|
|
2664
|
+
|
|
2665
|
+
class GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse
|
|
2666
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2667
|
+
|
|
2668
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2669
|
+
end
|
|
2670
|
+
|
|
2671
|
+
class GoogleCloudDialogflowV2AgentCoachingSuggestionSources
|
|
2672
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2673
|
+
|
|
2674
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2675
|
+
end
|
|
2676
|
+
|
|
2617
2677
|
class GoogleCloudDialogflowV2AnnotatedMessagePart
|
|
2618
2678
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2619
2679
|
|
|
@@ -3214,6 +3274,60 @@ module Google
|
|
|
3214
3274
|
include Google::Apis::Core::JsonObjectSupport
|
|
3215
3275
|
end
|
|
3216
3276
|
|
|
3277
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingInstruction
|
|
3278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3279
|
+
|
|
3280
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3281
|
+
end
|
|
3282
|
+
|
|
3283
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult
|
|
3284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3285
|
+
|
|
3286
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3287
|
+
end
|
|
3288
|
+
|
|
3289
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion
|
|
3290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3291
|
+
|
|
3292
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3293
|
+
end
|
|
3294
|
+
|
|
3295
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingSuggestion
|
|
3296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3297
|
+
|
|
3298
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3299
|
+
end
|
|
3300
|
+
|
|
3301
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion
|
|
3302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3303
|
+
|
|
3304
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3305
|
+
end
|
|
3306
|
+
|
|
3307
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult
|
|
3308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3309
|
+
|
|
3310
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3311
|
+
end
|
|
3312
|
+
|
|
3313
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion
|
|
3314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3315
|
+
|
|
3316
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3317
|
+
end
|
|
3318
|
+
|
|
3319
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse
|
|
3320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3321
|
+
|
|
3322
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3323
|
+
end
|
|
3324
|
+
|
|
3325
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources
|
|
3326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3327
|
+
|
|
3328
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3329
|
+
end
|
|
3330
|
+
|
|
3217
3331
|
class GoogleCloudDialogflowV2beta1AnnotatedMessagePart
|
|
3218
3332
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3219
3333
|
|
|
@@ -6937,10 +7051,21 @@ module Google
|
|
|
6937
7051
|
# @private
|
|
6938
7052
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6939
7053
|
property :model, as: 'model'
|
|
7054
|
+
property :parameters, as: 'parameters', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters::Representation
|
|
7055
|
+
|
|
6940
7056
|
property :prompt_text, as: 'promptText'
|
|
6941
7057
|
end
|
|
6942
7058
|
end
|
|
6943
7059
|
|
|
7060
|
+
class GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters
|
|
7061
|
+
# @private
|
|
7062
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7063
|
+
property :input_token_limit, as: 'inputTokenLimit'
|
|
7064
|
+
property :output_token_limit, as: 'outputTokenLimit'
|
|
7065
|
+
property :temperature, as: 'temperature'
|
|
7066
|
+
end
|
|
7067
|
+
end
|
|
7068
|
+
|
|
6944
7069
|
class GoogleCloudDialogflowCxV3beta1LoadVersionRequest
|
|
6945
7070
|
# @private
|
|
6946
7071
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8379,6 +8504,96 @@ module Google
|
|
|
8379
8504
|
end
|
|
8380
8505
|
end
|
|
8381
8506
|
|
|
8507
|
+
class GoogleCloudDialogflowV2AgentCoachingInstruction
|
|
8508
|
+
# @private
|
|
8509
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8510
|
+
property :agent_action, as: 'agentAction'
|
|
8511
|
+
property :condition, as: 'condition'
|
|
8512
|
+
property :display_details, as: 'displayDetails'
|
|
8513
|
+
property :display_name, as: 'displayName'
|
|
8514
|
+
property :duplicate_check_result, as: 'duplicateCheckResult', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult::Representation
|
|
8515
|
+
|
|
8516
|
+
property :system_action, as: 'systemAction'
|
|
8517
|
+
end
|
|
8518
|
+
end
|
|
8519
|
+
|
|
8520
|
+
class GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult
|
|
8521
|
+
# @private
|
|
8522
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8523
|
+
collection :duplicate_suggestions, as: 'duplicateSuggestions', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion::Representation
|
|
8524
|
+
|
|
8525
|
+
end
|
|
8526
|
+
end
|
|
8527
|
+
|
|
8528
|
+
class GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion
|
|
8529
|
+
# @private
|
|
8530
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8531
|
+
property :answer_record, as: 'answerRecord'
|
|
8532
|
+
property :similarity_score, as: 'similarityScore'
|
|
8533
|
+
property :suggestion_index, as: 'suggestionIndex'
|
|
8534
|
+
end
|
|
8535
|
+
end
|
|
8536
|
+
|
|
8537
|
+
class GoogleCloudDialogflowV2AgentCoachingSuggestion
|
|
8538
|
+
# @private
|
|
8539
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8540
|
+
collection :agent_action_suggestions, as: 'agentActionSuggestions', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion::Representation
|
|
8541
|
+
|
|
8542
|
+
collection :applicable_instructions, as: 'applicableInstructions', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AgentCoachingInstruction, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AgentCoachingInstruction::Representation
|
|
8543
|
+
|
|
8544
|
+
collection :sample_responses, as: 'sampleResponses', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse::Representation
|
|
8545
|
+
|
|
8546
|
+
end
|
|
8547
|
+
end
|
|
8548
|
+
|
|
8549
|
+
class GoogleCloudDialogflowV2AgentCoachingSuggestionAgentActionSuggestion
|
|
8550
|
+
# @private
|
|
8551
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8552
|
+
property :agent_action, as: 'agentAction'
|
|
8553
|
+
property :duplicate_check_result, as: 'duplicateCheckResult', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult::Representation
|
|
8554
|
+
|
|
8555
|
+
property :sources, as: 'sources', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AgentCoachingSuggestionSources, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AgentCoachingSuggestionSources::Representation
|
|
8556
|
+
|
|
8557
|
+
end
|
|
8558
|
+
end
|
|
8559
|
+
|
|
8560
|
+
class GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult
|
|
8561
|
+
# @private
|
|
8562
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8563
|
+
collection :duplicate_suggestions, as: 'duplicateSuggestions', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion::Representation
|
|
8564
|
+
|
|
8565
|
+
end
|
|
8566
|
+
end
|
|
8567
|
+
|
|
8568
|
+
class GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion
|
|
8569
|
+
# @private
|
|
8570
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8571
|
+
property :answer_record, as: 'answerRecord'
|
|
8572
|
+
property :similarity_score, as: 'similarityScore'
|
|
8573
|
+
property :sources, as: 'sources', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AgentCoachingSuggestionSources, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AgentCoachingSuggestionSources::Representation
|
|
8574
|
+
|
|
8575
|
+
property :suggestion_index, as: 'suggestionIndex'
|
|
8576
|
+
end
|
|
8577
|
+
end
|
|
8578
|
+
|
|
8579
|
+
class GoogleCloudDialogflowV2AgentCoachingSuggestionSampleResponse
|
|
8580
|
+
# @private
|
|
8581
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8582
|
+
property :duplicate_check_result, as: 'duplicateCheckResult', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResult::Representation
|
|
8583
|
+
|
|
8584
|
+
property :response_text, as: 'responseText'
|
|
8585
|
+
property :sources, as: 'sources', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AgentCoachingSuggestionSources, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AgentCoachingSuggestionSources::Representation
|
|
8586
|
+
|
|
8587
|
+
end
|
|
8588
|
+
end
|
|
8589
|
+
|
|
8590
|
+
class GoogleCloudDialogflowV2AgentCoachingSuggestionSources
|
|
8591
|
+
# @private
|
|
8592
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8593
|
+
collection :instruction_indexes, as: 'instructionIndexes'
|
|
8594
|
+
end
|
|
8595
|
+
end
|
|
8596
|
+
|
|
8382
8597
|
class GoogleCloudDialogflowV2AnnotatedMessagePart
|
|
8383
8598
|
# @private
|
|
8384
8599
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -8628,6 +8843,8 @@ module Google
|
|
|
8628
8843
|
class GoogleCloudDialogflowV2GeneratorSuggestion
|
|
8629
8844
|
# @private
|
|
8630
8845
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8846
|
+
property :agent_coaching_suggestion, as: 'agentCoachingSuggestion', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AgentCoachingSuggestion, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AgentCoachingSuggestion::Representation
|
|
8847
|
+
|
|
8631
8848
|
property :free_form_suggestion, as: 'freeFormSuggestion', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2FreeFormSuggestion, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2FreeFormSuggestion::Representation
|
|
8632
8849
|
|
|
8633
8850
|
property :summary_suggestion, as: 'summarySuggestion', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2SummarySuggestion, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2SummarySuggestion::Representation
|
|
@@ -9347,9 +9564,13 @@ module Google
|
|
|
9347
9564
|
# @private
|
|
9348
9565
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9349
9566
|
property :action, as: 'action'
|
|
9567
|
+
property :answer_record, as: 'answerRecord'
|
|
9350
9568
|
property :create_time, as: 'createTime'
|
|
9351
9569
|
hash :input_parameters, as: 'inputParameters'
|
|
9570
|
+
property :state, as: 'state'
|
|
9352
9571
|
property :tool, as: 'tool'
|
|
9572
|
+
property :tool_display_details, as: 'toolDisplayDetails'
|
|
9573
|
+
property :tool_display_name, as: 'toolDisplayName'
|
|
9353
9574
|
end
|
|
9354
9575
|
end
|
|
9355
9576
|
|
|
@@ -9357,6 +9578,7 @@ module Google
|
|
|
9357
9578
|
# @private
|
|
9358
9579
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9359
9580
|
property :action, as: 'action'
|
|
9581
|
+
property :answer_record, as: 'answerRecord'
|
|
9360
9582
|
property :content, as: 'content'
|
|
9361
9583
|
property :create_time, as: 'createTime'
|
|
9362
9584
|
property :error, as: 'error', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2ToolCallResultError, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2ToolCallResultError::Representation
|
|
@@ -9411,6 +9633,96 @@ module Google
|
|
|
9411
9633
|
end
|
|
9412
9634
|
end
|
|
9413
9635
|
|
|
9636
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingInstruction
|
|
9637
|
+
# @private
|
|
9638
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9639
|
+
property :agent_action, as: 'agentAction'
|
|
9640
|
+
property :condition, as: 'condition'
|
|
9641
|
+
property :display_details, as: 'displayDetails'
|
|
9642
|
+
property :display_name, as: 'displayName'
|
|
9643
|
+
property :duplicate_check_result, as: 'duplicateCheckResult', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult::Representation
|
|
9644
|
+
|
|
9645
|
+
property :system_action, as: 'systemAction'
|
|
9646
|
+
end
|
|
9647
|
+
end
|
|
9648
|
+
|
|
9649
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResult
|
|
9650
|
+
# @private
|
|
9651
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9652
|
+
collection :duplicate_suggestions, as: 'duplicateSuggestions', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion::Representation
|
|
9653
|
+
|
|
9654
|
+
end
|
|
9655
|
+
end
|
|
9656
|
+
|
|
9657
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion
|
|
9658
|
+
# @private
|
|
9659
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9660
|
+
property :answer_record, as: 'answerRecord'
|
|
9661
|
+
property :similarity_score, as: 'similarityScore'
|
|
9662
|
+
property :suggestion_index, as: 'suggestionIndex'
|
|
9663
|
+
end
|
|
9664
|
+
end
|
|
9665
|
+
|
|
9666
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingSuggestion
|
|
9667
|
+
# @private
|
|
9668
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9669
|
+
collection :agent_action_suggestions, as: 'agentActionSuggestions', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion::Representation
|
|
9670
|
+
|
|
9671
|
+
collection :applicable_instructions, as: 'applicableInstructions', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1AgentCoachingInstruction, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1AgentCoachingInstruction::Representation
|
|
9672
|
+
|
|
9673
|
+
collection :sample_responses, as: 'sampleResponses', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse::Representation
|
|
9674
|
+
|
|
9675
|
+
end
|
|
9676
|
+
end
|
|
9677
|
+
|
|
9678
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingSuggestionAgentActionSuggestion
|
|
9679
|
+
# @private
|
|
9680
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9681
|
+
property :agent_action, as: 'agentAction'
|
|
9682
|
+
property :duplicate_check_result, as: 'duplicateCheckResult', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult::Representation
|
|
9683
|
+
|
|
9684
|
+
property :sources, as: 'sources', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources::Representation
|
|
9685
|
+
|
|
9686
|
+
end
|
|
9687
|
+
end
|
|
9688
|
+
|
|
9689
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult
|
|
9690
|
+
# @private
|
|
9691
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9692
|
+
collection :duplicate_suggestions, as: 'duplicateSuggestions', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion::Representation
|
|
9693
|
+
|
|
9694
|
+
end
|
|
9695
|
+
end
|
|
9696
|
+
|
|
9697
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion
|
|
9698
|
+
# @private
|
|
9699
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9700
|
+
property :answer_record, as: 'answerRecord'
|
|
9701
|
+
property :similarity_score, as: 'similarityScore'
|
|
9702
|
+
property :sources, as: 'sources', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources::Representation
|
|
9703
|
+
|
|
9704
|
+
property :suggestion_index, as: 'suggestionIndex'
|
|
9705
|
+
end
|
|
9706
|
+
end
|
|
9707
|
+
|
|
9708
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSampleResponse
|
|
9709
|
+
# @private
|
|
9710
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9711
|
+
property :duplicate_check_result, as: 'duplicateCheckResult', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionDuplicateCheckResult::Representation
|
|
9712
|
+
|
|
9713
|
+
property :response_text, as: 'responseText'
|
|
9714
|
+
property :sources, as: 'sources', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources::Representation
|
|
9715
|
+
|
|
9716
|
+
end
|
|
9717
|
+
end
|
|
9718
|
+
|
|
9719
|
+
class GoogleCloudDialogflowV2beta1AgentCoachingSuggestionSources
|
|
9720
|
+
# @private
|
|
9721
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9722
|
+
collection :instruction_indexes, as: 'instructionIndexes'
|
|
9723
|
+
end
|
|
9724
|
+
end
|
|
9725
|
+
|
|
9414
9726
|
class GoogleCloudDialogflowV2beta1AnnotatedMessagePart
|
|
9415
9727
|
# @private
|
|
9416
9728
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -9593,6 +9905,8 @@ module Google
|
|
|
9593
9905
|
class GoogleCloudDialogflowV2beta1GeneratorSuggestion
|
|
9594
9906
|
# @private
|
|
9595
9907
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9908
|
+
property :agent_coaching_suggestion, as: 'agentCoachingSuggestion', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1AgentCoachingSuggestion, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1AgentCoachingSuggestion::Representation
|
|
9909
|
+
|
|
9596
9910
|
property :free_form_suggestion, as: 'freeFormSuggestion', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1FreeFormSuggestion, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1FreeFormSuggestion::Representation
|
|
9597
9911
|
|
|
9598
9912
|
property :summary_suggestion, as: 'summarySuggestion', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SummarySuggestion, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SummarySuggestion::Representation
|
|
@@ -10534,9 +10848,13 @@ module Google
|
|
|
10534
10848
|
# @private
|
|
10535
10849
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10536
10850
|
property :action, as: 'action'
|
|
10851
|
+
property :answer_record, as: 'answerRecord'
|
|
10537
10852
|
property :create_time, as: 'createTime'
|
|
10538
10853
|
hash :input_parameters, as: 'inputParameters'
|
|
10854
|
+
property :state, as: 'state'
|
|
10539
10855
|
property :tool, as: 'tool'
|
|
10856
|
+
property :tool_display_details, as: 'toolDisplayDetails'
|
|
10857
|
+
property :tool_display_name, as: 'toolDisplayName'
|
|
10540
10858
|
end
|
|
10541
10859
|
end
|
|
10542
10860
|
|
|
@@ -10544,6 +10862,7 @@ module Google
|
|
|
10544
10862
|
# @private
|
|
10545
10863
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10546
10864
|
property :action, as: 'action'
|
|
10865
|
+
property :answer_record, as: 'answerRecord'
|
|
10547
10866
|
property :content, as: 'content'
|
|
10548
10867
|
property :create_time, as: 'createTime'
|
|
10549
10868
|
property :error, as: 'error', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1ToolCallResultError, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1ToolCallResultError::Representation
|
|
@@ -10644,6 +10963,7 @@ module Google
|
|
|
10644
10963
|
property :next_page_token, as: 'nextPageToken'
|
|
10645
10964
|
collection :operations, as: 'operations', class: Google::Apis::DialogflowV3beta1::GoogleLongrunningOperation, decorator: Google::Apis::DialogflowV3beta1::GoogleLongrunningOperation::Representation
|
|
10646
10965
|
|
|
10966
|
+
collection :unreachable, as: 'unreachable'
|
|
10647
10967
|
end
|
|
10648
10968
|
end
|
|
10649
10969
|
|
|
@@ -5891,6 +5891,13 @@ module Google
|
|
|
5891
5891
|
# The standard list page size.
|
|
5892
5892
|
# @param [String] page_token
|
|
5893
5893
|
# The standard list page token.
|
|
5894
|
+
# @param [Boolean] return_partial_success
|
|
5895
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
|
5896
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
|
5897
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
|
5898
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
|
5899
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
|
5900
|
+
# explicitly documented otherwise in service or product specific documentation.
|
|
5894
5901
|
# @param [String] fields
|
|
5895
5902
|
# Selector specifying which fields to include in a partial response.
|
|
5896
5903
|
# @param [String] quota_user
|
|
@@ -5908,7 +5915,7 @@ module Google
|
|
|
5908
5915
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
5909
5916
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
5910
5917
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
5911
|
-
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
5918
|
+
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
5912
5919
|
command = make_simple_command(:get, 'v3beta1/{+name}/operations', options)
|
|
5913
5920
|
command.response_representation = Google::Apis::DialogflowV3beta1::GoogleLongrunningListOperationsResponse::Representation
|
|
5914
5921
|
command.response_class = Google::Apis::DialogflowV3beta1::GoogleLongrunningListOperationsResponse
|
|
@@ -5916,6 +5923,7 @@ module Google
|
|
|
5916
5923
|
command.query['filter'] = filter unless filter.nil?
|
|
5917
5924
|
command.query['pageSize'] = page_size unless page_size.nil?
|
|
5918
5925
|
command.query['pageToken'] = page_token unless page_token.nil?
|
|
5926
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
|
5919
5927
|
command.query['fields'] = fields unless fields.nil?
|
|
5920
5928
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
5921
5929
|
execute_or_queue_command(command, &block)
|
|
@@ -6174,6 +6182,13 @@ module Google
|
|
|
6174
6182
|
# The standard list page size.
|
|
6175
6183
|
# @param [String] page_token
|
|
6176
6184
|
# The standard list page token.
|
|
6185
|
+
# @param [Boolean] return_partial_success
|
|
6186
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
|
6187
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
|
6188
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
|
6189
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
|
6190
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
|
6191
|
+
# explicitly documented otherwise in service or product specific documentation.
|
|
6177
6192
|
# @param [String] fields
|
|
6178
6193
|
# Selector specifying which fields to include in a partial response.
|
|
6179
6194
|
# @param [String] quota_user
|
|
@@ -6191,7 +6206,7 @@ module Google
|
|
|
6191
6206
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
6192
6207
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
6193
6208
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
6194
|
-
def list_project_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
6209
|
+
def list_project_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
6195
6210
|
command = make_simple_command(:get, 'v3beta1/{+name}/operations', options)
|
|
6196
6211
|
command.response_representation = Google::Apis::DialogflowV3beta1::GoogleLongrunningListOperationsResponse::Representation
|
|
6197
6212
|
command.response_class = Google::Apis::DialogflowV3beta1::GoogleLongrunningListOperationsResponse
|
|
@@ -6199,6 +6214,7 @@ module Google
|
|
|
6199
6214
|
command.query['filter'] = filter unless filter.nil?
|
|
6200
6215
|
command.query['pageSize'] = page_size unless page_size.nil?
|
|
6201
6216
|
command.query['pageToken'] = page_token unless page_token.nil?
|
|
6217
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
|
6202
6218
|
command.query['fields'] = fields unless fields.nil?
|
|
6203
6219
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
6204
6220
|
execute_or_queue_command(command, &block)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dialogflow_v3beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.112.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -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_v3beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.112.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|