Skip to content

Commit df182a6

Browse files
feat: Automated regeneration of dialogflow v3beta1 client (googleapis#21428)
Auto-created at 2025-01-19 10:23:03 +0000 using the toys pull request generator.
1 parent c3597df commit df182a6

File tree

5 files changed

+18
-2
lines changed

5 files changed

+18
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185711,6 +185711,7 @@
185711185711
"/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1PlaybookInput/parameters/parameter": parameter
185712185712
"/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1PlaybookInput/precedingConversationSummary": preceding_conversation_summary
185713185713
"/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1PlaybookInstruction": google_cloud_dialogflow_cx_v3beta1_playbook_instruction
185714+
"/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1PlaybookInstruction/guidelines": guidelines
185714185715
"/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1PlaybookInstruction/steps": steps
185715185716
"/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1PlaybookInstruction/steps/step": step
185716185717
"/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1PlaybookInvocation": google_cloud_dialogflow_cx_v3beta1_playbook_invocation

generated/google-apis-dialogflow_v3beta1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-dialogflow_v3beta1
22

3+
### v0.94.0 (2025-01-19)
4+
5+
* Regenerated from discovery document revision 20250116
6+
37
### v0.93.0 (2025-01-12)
48

59
* Regenerated from discovery document revision 20250103

generated/google-apis-dialogflow_v3beta1/lib/google/apis/dialogflow_v3beta1/classes.rb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10643,6 +10643,8 @@ class GoogleCloudDialogflowCxV3beta1Playbook
1064310643
attr_accessor :display_name
1064410644

1064510645
# Required. High level description of the goal the playbook intend to accomplish.
10646+
# A goal should be concise since it's visible to other playbooks that may
10647+
# reference this playbook.
1064610648
# Corresponds to the JSON property `goal`
1064710649
# @return [String]
1064810650
attr_accessor :goal
@@ -10798,6 +10800,13 @@ def update!(**args)
1079810800
class GoogleCloudDialogflowCxV3beta1PlaybookInstruction
1079910801
include Google::Apis::Core::Hashable
1080010802

10803+
# General guidelines for the playbook. These are unstructured instructions that
10804+
# are not directly part of the goal, e.g. "Always be polite". It's valid for
10805+
# this text to be long and used instead of steps altogether.
10806+
# Corresponds to the JSON property `guidelines`
10807+
# @return [String]
10808+
attr_accessor :guidelines
10809+
1080110810
# Ordered list of step by step execution instructions to accomplish target goal.
1080210811
# Corresponds to the JSON property `steps`
1080310812
# @return [Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookStep>]
@@ -10809,6 +10818,7 @@ def initialize(**args)
1080910818

1081010819
# Update properties of this object
1081110820
def update!(**args)
10821+
@guidelines = args[:guidelines] if args.key?(:guidelines)
1081210822
@steps = args[:steps] if args.key?(:steps)
1081310823
end
1081410824
end

generated/google-apis-dialogflow_v3beta1/lib/google/apis/dialogflow_v3beta1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DialogflowV3beta1
1818
# Version of the google-apis-dialogflow_v3beta1 gem
19-
GEM_VERSION = "0.93.0"
19+
GEM_VERSION = "0.94.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250103"
25+
REVISION = "20250116"
2626
end
2727
end
2828
end

generated/google-apis-dialogflow_v3beta1/lib/google/apis/dialogflow_v3beta1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6500,6 +6500,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
65006500
class GoogleCloudDialogflowCxV3beta1PlaybookInstruction
65016501
# @private
65026502
class Representation < Google::Apis::Core::JsonRepresentation
6503+
property :guidelines, as: 'guidelines'
65036504
collection :steps, as: 'steps', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookStep, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookStep::Representation
65046505

65056506
end

0 commit comments

Comments
 (0)