Skip to content

Commit cc1fce2

Browse files
feat(dialogflow): update the api
#### dialogflow:v3beta1 The following keys were added: - schemas.GoogleCloudDialogflowCxV3beta1Action.properties.event.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1Action.properties.flowTransition.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1Action.properties.playbookTransition.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1Event (Total Keys: 3) - schemas.GoogleCloudDialogflowCxV3beta1FlowTransition (Total Keys: 5) - schemas.GoogleCloudDialogflowCxV3beta1Playbook.properties.playbookType.type (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1PlaybookTransition (Total Keys: 5)
1 parent 77b0d5e commit cc1fce2

7 files changed

+300
-1
lines changed

docs/dyn/dialogflow_v3beta1.projects.locations.agents.conversations.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2571,6 +2571,9 @@ <h3>Method Details</h3>
25712571
&quot;agentUtterance&quot;: { # AgentUtterance represents one message sent by the agent. # Optional. Action performed by the agent as a message.
25722572
&quot;text&quot;: &quot;A String&quot;, # Required. Message content in text.
25732573
},
2574+
&quot;event&quot;: { # Event represents the event sent by the customer. # Optional. The agent received an event from the customer or a system event is emitted.
2575+
&quot;event&quot;: &quot;A String&quot;, # Required. Name of the event.
2576+
},
25742577
&quot;flowInvocation&quot;: { # Stores metadata of the invocation of a CX flow. # Optional. Action performed on behalf of the agent by invoking a CX flow.
25752578
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name of the flow.
25762579
&quot;flow&quot;: &quot;A String&quot;, # Required. The unique identifier of the flow. Format: `projects//locations//agents//flows/`.
@@ -2582,6 +2585,10 @@ <h3>Method Details</h3>
25822585
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
25832586
},
25842587
},
2588+
&quot;flowTransition&quot;: { # Stores metadata of the transition to a target CX flow. Flow transition actions exit the caller playbook and enter the child flow. # Optional. Action performed on behalf of the agent by transitioning to a target CX flow.
2589+
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name of the flow.
2590+
&quot;flow&quot;: &quot;A String&quot;, # Required. The unique identifier of the flow. Format: `projects//locations//agents/`.
2591+
},
25852592
&quot;playbookInvocation&quot;: { # Stores metadata of the invocation of a child playbook. # Optional. Action performed on behalf of the agent by invoking a child playbook.
25862593
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name of the playbook.
25872594
&quot;playbook&quot;: &quot;A String&quot;, # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`.
@@ -2599,6 +2606,10 @@ <h3>Method Details</h3>
25992606
},
26002607
&quot;playbookState&quot;: &quot;A String&quot;, # Required. Playbook invocation&#x27;s output state.
26012608
},
2609+
&quot;playbookTransition&quot;: { # Stores metadata of the transition to another target playbook. Playbook transition actions exit the caller playbook and enter the target playbook. # Optional. Action performed on behalf of the agent by transitioning to a target playbook.
2610+
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name of the playbook.
2611+
&quot;playbook&quot;: &quot;A String&quot;, # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`.
2612+
},
26022613
&quot;toolUse&quot;: { # Stores metadata of the invocation of an action supported by a tool. # Optional. Action performed on behalf of the agent by calling a plugin tool.
26032614
&quot;action&quot;: &quot;A String&quot;, # Optional. Name of the action to be called during the tool use.
26042615
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name of the tool.
@@ -4706,6 +4717,9 @@ <h3>Method Details</h3>
47064717
&quot;agentUtterance&quot;: { # AgentUtterance represents one message sent by the agent. # Optional. Action performed by the agent as a message.
47074718
&quot;text&quot;: &quot;A String&quot;, # Required. Message content in text.
47084719
},
4720+
&quot;event&quot;: { # Event represents the event sent by the customer. # Optional. The agent received an event from the customer or a system event is emitted.
4721+
&quot;event&quot;: &quot;A String&quot;, # Required. Name of the event.
4722+
},
47094723
&quot;flowInvocation&quot;: { # Stores metadata of the invocation of a CX flow. # Optional. Action performed on behalf of the agent by invoking a CX flow.
47104724
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name of the flow.
47114725
&quot;flow&quot;: &quot;A String&quot;, # Required. The unique identifier of the flow. Format: `projects//locations//agents//flows/`.
@@ -4717,6 +4731,10 @@ <h3>Method Details</h3>
47174731
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
47184732
},
47194733
},
4734+
&quot;flowTransition&quot;: { # Stores metadata of the transition to a target CX flow. Flow transition actions exit the caller playbook and enter the child flow. # Optional. Action performed on behalf of the agent by transitioning to a target CX flow.
4735+
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name of the flow.
4736+
&quot;flow&quot;: &quot;A String&quot;, # Required. The unique identifier of the flow. Format: `projects//locations//agents/`.
4737+
},
47204738
&quot;playbookInvocation&quot;: { # Stores metadata of the invocation of a child playbook. # Optional. Action performed on behalf of the agent by invoking a child playbook.
47214739
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name of the playbook.
47224740
&quot;playbook&quot;: &quot;A String&quot;, # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`.
@@ -4734,6 +4752,10 @@ <h3>Method Details</h3>
47344752
},
47354753
&quot;playbookState&quot;: &quot;A String&quot;, # Required. Playbook invocation&#x27;s output state.
47364754
},
4755+
&quot;playbookTransition&quot;: { # Stores metadata of the transition to another target playbook. Playbook transition actions exit the caller playbook and enter the target playbook. # Optional. Action performed on behalf of the agent by transitioning to a target playbook.
4756+
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name of the playbook.
4757+
&quot;playbook&quot;: &quot;A String&quot;, # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`.
4758+
},
47374759
&quot;toolUse&quot;: { # Stores metadata of the invocation of an action supported by a tool. # Optional. Action performed on behalf of the agent by calling a plugin tool.
47384760
&quot;action&quot;: &quot;A String&quot;, # Optional. Name of the action to be called during the tool use.
47394761
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name of the tool.
@@ -8529,6 +8551,9 @@ <h3>Method Details</h3>
85298551
&quot;agentUtterance&quot;: { # AgentUtterance represents one message sent by the agent. # Optional. Action performed by the agent as a message.
85308552
&quot;text&quot;: &quot;A String&quot;, # Required. Message content in text.
85318553
},
8554+
&quot;event&quot;: { # Event represents the event sent by the customer. # Optional. The agent received an event from the customer or a system event is emitted.
8555+
&quot;event&quot;: &quot;A String&quot;, # Required. Name of the event.
8556+
},
85328557
&quot;flowInvocation&quot;: { # Stores metadata of the invocation of a CX flow. # Optional. Action performed on behalf of the agent by invoking a CX flow.
85338558
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name of the flow.
85348559
&quot;flow&quot;: &quot;A String&quot;, # Required. The unique identifier of the flow. Format: `projects//locations//agents//flows/`.
@@ -8540,6 +8565,10 @@ <h3>Method Details</h3>
85408565
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
85418566
},
85428567
},
8568+
&quot;flowTransition&quot;: { # Stores metadata of the transition to a target CX flow. Flow transition actions exit the caller playbook and enter the child flow. # Optional. Action performed on behalf of the agent by transitioning to a target CX flow.
8569+
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name of the flow.
8570+
&quot;flow&quot;: &quot;A String&quot;, # Required. The unique identifier of the flow. Format: `projects//locations//agents/`.
8571+
},
85438572
&quot;playbookInvocation&quot;: { # Stores metadata of the invocation of a child playbook. # Optional. Action performed on behalf of the agent by invoking a child playbook.
85448573
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name of the playbook.
85458574
&quot;playbook&quot;: &quot;A String&quot;, # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`.
@@ -8557,6 +8586,10 @@ <h3>Method Details</h3>
85578586
},
85588587
&quot;playbookState&quot;: &quot;A String&quot;, # Required. Playbook invocation&#x27;s output state.
85598588
},
8589+
&quot;playbookTransition&quot;: { # Stores metadata of the transition to another target playbook. Playbook transition actions exit the caller playbook and enter the target playbook. # Optional. Action performed on behalf of the agent by transitioning to a target playbook.
8590+
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name of the playbook.
8591+
&quot;playbook&quot;: &quot;A String&quot;, # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`.
8592+
},
85608593
&quot;toolUse&quot;: { # Stores metadata of the invocation of an action supported by a tool. # Optional. Action performed on behalf of the agent by calling a plugin tool.
85618594
&quot;action&quot;: &quot;A String&quot;, # Optional. Name of the action to be called during the tool use.
85628595
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name of the tool.
@@ -10664,6 +10697,9 @@ <h3>Method Details</h3>
1066410697
&quot;agentUtterance&quot;: { # AgentUtterance represents one message sent by the agent. # Optional. Action performed by the agent as a message.
1066510698
&quot;text&quot;: &quot;A String&quot;, # Required. Message content in text.
1066610699
},
10700+
&quot;event&quot;: { # Event represents the event sent by the customer. # Optional. The agent received an event from the customer or a system event is emitted.
10701+
&quot;event&quot;: &quot;A String&quot;, # Required. Name of the event.
10702+
},
1066710703
&quot;flowInvocation&quot;: { # Stores metadata of the invocation of a CX flow. # Optional. Action performed on behalf of the agent by invoking a CX flow.
1066810704
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name of the flow.
1066910705
&quot;flow&quot;: &quot;A String&quot;, # Required. The unique identifier of the flow. Format: `projects//locations//agents//flows/`.
@@ -10675,6 +10711,10 @@ <h3>Method Details</h3>
1067510711
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
1067610712
},
1067710713
},
10714+
&quot;flowTransition&quot;: { # Stores metadata of the transition to a target CX flow. Flow transition actions exit the caller playbook and enter the child flow. # Optional. Action performed on behalf of the agent by transitioning to a target CX flow.
10715+
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name of the flow.
10716+
&quot;flow&quot;: &quot;A String&quot;, # Required. The unique identifier of the flow. Format: `projects//locations//agents/`.
10717+
},
1067810718
&quot;playbookInvocation&quot;: { # Stores metadata of the invocation of a child playbook. # Optional. Action performed on behalf of the agent by invoking a child playbook.
1067910719
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name of the playbook.
1068010720
&quot;playbook&quot;: &quot;A String&quot;, # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`.
@@ -10692,6 +10732,10 @@ <h3>Method Details</h3>
1069210732
},
1069310733
&quot;playbookState&quot;: &quot;A String&quot;, # Required. Playbook invocation&#x27;s output state.
1069410734
},
10735+
&quot;playbookTransition&quot;: { # Stores metadata of the transition to another target playbook. Playbook transition actions exit the caller playbook and enter the target playbook. # Optional. Action performed on behalf of the agent by transitioning to a target playbook.
10736+
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name of the playbook.
10737+
&quot;playbook&quot;: &quot;A String&quot;, # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`.
10738+
},
1069510739
&quot;toolUse&quot;: { # Stores metadata of the invocation of an action supported by a tool. # Optional. Action performed on behalf of the agent by calling a plugin tool.
1069610740
&quot;action&quot;: &quot;A String&quot;, # Optional. Name of the action to be called during the tool use.
1069710741
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name of the tool.

0 commit comments

Comments
 (0)