Skip to content

Commit

Permalink
feat(dialogflow): update the api
Browse files Browse the repository at this point in the history
#### dialogflow:v2

The following keys were added:
- schemas.GoogleCloudDialogflowCxV3ConversationTurnUserInput.properties.enableSentimentAnalysis.type (Total Keys: 1)
- schemas.GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput.properties.enableSentimentAnalysis.type (Total Keys: 1)

#### dialogflow:v2beta1

The following keys were added:
- schemas.GoogleCloudDialogflowCxV3ConversationTurnUserInput.properties.enableSentimentAnalysis.type (Total Keys: 1)
- schemas.GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput.properties.enableSentimentAnalysis.type (Total Keys: 1)

#### dialogflow:v3

The following keys were added:
- schemas.GoogleCloudDialogflowCxV3ConversationTurnUserInput.properties.enableSentimentAnalysis.type (Total Keys: 1)
- schemas.GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput.properties.enableSentimentAnalysis.type (Total Keys: 1)

#### dialogflow:v3beta1

The following keys were added:
- schemas.GoogleCloudDialogflowCxV3ConversationTurnUserInput.properties.enableSentimentAnalysis.type (Total Keys: 1)
- schemas.GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput.properties.enableSentimentAnalysis.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jun 3, 2021
1 parent d534764 commit f7b0ebc
Show file tree
Hide file tree
Showing 12 changed files with 78 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ <h3>Method Details</h3>
},
&quot;queryParams&quot;: { # Represents the parameters of a conversational query. # The parameters of this query.
&quot;analyzeQueryTextSentiment&quot;: True or False, # Configures whether sentiment analysis should be performed. If not provided, sentiment analysis is not performed.
&quot;currentPage&quot;: &quot;A String&quot;, # The unique identifier of the page to override the current page in the session. Format: `projects//locations//agents//pages/`. If `current_page` is specified, the previous state of the session will be ignored by Dialogflow, including the previous page and the previous session parameters. In most cases, current_page and parameters should be configured together to direct a session to a specific state.
&quot;currentPage&quot;: &quot;A String&quot;, # The unique identifier of the page to override the current page in the session. Format: `projects//locations//agents//flows//pages/`. If `current_page` is specified, the previous state of the session will be ignored by Dialogflow, including the previous page and the previous session parameters. In most cases, current_page and parameters should be configured together to direct a session to a specific state.
&quot;disableWebhook&quot;: True or False, # Whether to disable webhook calls for this request.
&quot;geoLocation&quot;: { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # The geo location of this conversational query.
&quot;latitude&quot;: 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
Expand Down Expand Up @@ -1032,7 +1032,7 @@ <h3>Method Details</h3>
},
&quot;queryParams&quot;: { # Represents the parameters of a conversational query. # The parameters of this query.
&quot;analyzeQueryTextSentiment&quot;: True or False, # Configures whether sentiment analysis should be performed. If not provided, sentiment analysis is not performed.
&quot;currentPage&quot;: &quot;A String&quot;, # The unique identifier of the page to override the current page in the session. Format: `projects//locations//agents//pages/`. If `current_page` is specified, the previous state of the session will be ignored by Dialogflow, including the previous page and the previous session parameters. In most cases, current_page and parameters should be configured together to direct a session to a specific state.
&quot;currentPage&quot;: &quot;A String&quot;, # The unique identifier of the page to override the current page in the session. Format: `projects//locations//agents//flows//pages/`. If `current_page` is specified, the previous state of the session will be ignored by Dialogflow, including the previous page and the previous session parameters. In most cases, current_page and parameters should be configured together to direct a session to a specific state.
&quot;disableWebhook&quot;: True or False, # Whether to disable webhook calls for this request.
&quot;geoLocation&quot;: { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # The geo location of this conversational query.
&quot;latitude&quot;: 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
Expand Down Expand Up @@ -1886,7 +1886,7 @@ <h3>Method Details</h3>
},
&quot;queryParams&quot;: { # Represents the parameters of a conversational query. # The parameters of this query.
&quot;analyzeQueryTextSentiment&quot;: True or False, # Configures whether sentiment analysis should be performed. If not provided, sentiment analysis is not performed.
&quot;currentPage&quot;: &quot;A String&quot;, # The unique identifier of the page to override the current page in the session. Format: `projects//locations//agents//pages/`. If `current_page` is specified, the previous state of the session will be ignored by Dialogflow, including the previous page and the previous session parameters. In most cases, current_page and parameters should be configured together to direct a session to a specific state.
&quot;currentPage&quot;: &quot;A String&quot;, # The unique identifier of the page to override the current page in the session. Format: `projects//locations//agents//flows//pages/`. If `current_page` is specified, the previous state of the session will be ignored by Dialogflow, including the previous page and the previous session parameters. In most cases, current_page and parameters should be configured together to direct a session to a specific state.
&quot;disableWebhook&quot;: True or False, # Whether to disable webhook calls for this request.
&quot;geoLocation&quot;: { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # The geo location of this conversational query.
&quot;latitude&quot;: 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ <h3>Method Details</h3>
},
&quot;queryParams&quot;: { # Represents the parameters of a conversational query. # The parameters of this query.
&quot;analyzeQueryTextSentiment&quot;: True or False, # Configures whether sentiment analysis should be performed. If not provided, sentiment analysis is not performed.
&quot;currentPage&quot;: &quot;A String&quot;, # The unique identifier of the page to override the current page in the session. Format: `projects//locations//agents//pages/`. If `current_page` is specified, the previous state of the session will be ignored by Dialogflow, including the previous page and the previous session parameters. In most cases, current_page and parameters should be configured together to direct a session to a specific state.
&quot;currentPage&quot;: &quot;A String&quot;, # The unique identifier of the page to override the current page in the session. Format: `projects//locations//agents//flows//pages/`. If `current_page` is specified, the previous state of the session will be ignored by Dialogflow, including the previous page and the previous session parameters. In most cases, current_page and parameters should be configured together to direct a session to a specific state.
&quot;disableWebhook&quot;: True or False, # Whether to disable webhook calls for this request.
&quot;geoLocation&quot;: { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # The geo location of this conversational query.
&quot;latitude&quot;: 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
Expand Down Expand Up @@ -1032,7 +1032,7 @@ <h3>Method Details</h3>
},
&quot;queryParams&quot;: { # Represents the parameters of a conversational query. # The parameters of this query.
&quot;analyzeQueryTextSentiment&quot;: True or False, # Configures whether sentiment analysis should be performed. If not provided, sentiment analysis is not performed.
&quot;currentPage&quot;: &quot;A String&quot;, # The unique identifier of the page to override the current page in the session. Format: `projects//locations//agents//pages/`. If `current_page` is specified, the previous state of the session will be ignored by Dialogflow, including the previous page and the previous session parameters. In most cases, current_page and parameters should be configured together to direct a session to a specific state.
&quot;currentPage&quot;: &quot;A String&quot;, # The unique identifier of the page to override the current page in the session. Format: `projects//locations//agents//flows//pages/`. If `current_page` is specified, the previous state of the session will be ignored by Dialogflow, including the previous page and the previous session parameters. In most cases, current_page and parameters should be configured together to direct a session to a specific state.
&quot;disableWebhook&quot;: True or False, # Whether to disable webhook calls for this request.
&quot;geoLocation&quot;: { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # The geo location of this conversational query.
&quot;latitude&quot;: 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
Expand Down Expand Up @@ -1886,7 +1886,7 @@ <h3>Method Details</h3>
},
&quot;queryParams&quot;: { # Represents the parameters of a conversational query. # The parameters of this query.
&quot;analyzeQueryTextSentiment&quot;: True or False, # Configures whether sentiment analysis should be performed. If not provided, sentiment analysis is not performed.
&quot;currentPage&quot;: &quot;A String&quot;, # The unique identifier of the page to override the current page in the session. Format: `projects//locations//agents//pages/`. If `current_page` is specified, the previous state of the session will be ignored by Dialogflow, including the previous page and the previous session parameters. In most cases, current_page and parameters should be configured together to direct a session to a specific state.
&quot;currentPage&quot;: &quot;A String&quot;, # The unique identifier of the page to override the current page in the session. Format: `projects//locations//agents//flows//pages/`. If `current_page` is specified, the previous state of the session will be ignored by Dialogflow, including the previous page and the previous session parameters. In most cases, current_page and parameters should be configured together to direct a session to a specific state.
&quot;disableWebhook&quot;: True or False, # Whether to disable webhook calls for this request.
&quot;geoLocation&quot;: { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # The geo location of this conversational query.
&quot;latitude&quot;: 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
Expand Down
12 changes: 12 additions & 0 deletions docs/dyn/dialogflow_v3.projects.locations.agents.testCases.html
Original file line number Diff line number Diff line change
Expand Up @@ -2398,6 +2398,7 @@ <h3>Method Details</h3>
&quot;conversationTurns&quot;: [ # The conversation turns uttered during the test case replay in chronological order.
{ # One interaction between a human and virtual agent. The human provides some input and the virtual agent provides a response.
&quot;userInput&quot;: { # The input from the human user. # The user input.
&quot;enableSentimentAnalysis&quot;: True or False, # Whether sentiment analysis is enabled.
&quot;injectedParameters&quot;: { # Parameters that need to be injected into the conversation during intent detection.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
Expand Down Expand Up @@ -3095,6 +3096,7 @@ <h3>Method Details</h3>
&quot;testCaseConversationTurns&quot;: [ # The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
{ # One interaction between a human and virtual agent. The human provides some input and the virtual agent provides a response.
&quot;userInput&quot;: { # The input from the human user. # The user input.
&quot;enableSentimentAnalysis&quot;: True or False, # Whether sentiment analysis is enabled.
&quot;injectedParameters&quot;: { # Parameters that need to be injected into the conversation during intent detection.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
Expand Down Expand Up @@ -3802,6 +3804,7 @@ <h3>Method Details</h3>
&quot;conversationTurns&quot;: [ # The conversation turns uttered during the test case replay in chronological order.
{ # One interaction between a human and virtual agent. The human provides some input and the virtual agent provides a response.
&quot;userInput&quot;: { # The input from the human user. # The user input.
&quot;enableSentimentAnalysis&quot;: True or False, # Whether sentiment analysis is enabled.
&quot;injectedParameters&quot;: { # Parameters that need to be injected into the conversation during intent detection.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
Expand Down Expand Up @@ -4499,6 +4502,7 @@ <h3>Method Details</h3>
&quot;testCaseConversationTurns&quot;: [ # The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
{ # One interaction between a human and virtual agent. The human provides some input and the virtual agent provides a response.
&quot;userInput&quot;: { # The input from the human user. # The user input.
&quot;enableSentimentAnalysis&quot;: True or False, # Whether sentiment analysis is enabled.
&quot;injectedParameters&quot;: { # Parameters that need to be injected into the conversation during intent detection.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
Expand Down Expand Up @@ -5257,6 +5261,7 @@ <h3>Method Details</h3>
&quot;conversationTurns&quot;: [ # The conversation turns uttered during the test case replay in chronological order.
{ # One interaction between a human and virtual agent. The human provides some input and the virtual agent provides a response.
&quot;userInput&quot;: { # The input from the human user. # The user input.
&quot;enableSentimentAnalysis&quot;: True or False, # Whether sentiment analysis is enabled.
&quot;injectedParameters&quot;: { # Parameters that need to be injected into the conversation during intent detection.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
Expand Down Expand Up @@ -5954,6 +5959,7 @@ <h3>Method Details</h3>
&quot;testCaseConversationTurns&quot;: [ # The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
{ # One interaction between a human and virtual agent. The human provides some input and the virtual agent provides a response.
&quot;userInput&quot;: { # The input from the human user. # The user input.
&quot;enableSentimentAnalysis&quot;: True or False, # Whether sentiment analysis is enabled.
&quot;injectedParameters&quot;: { # Parameters that need to be injected into the conversation during intent detection.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
Expand Down Expand Up @@ -6721,6 +6727,7 @@ <h3>Method Details</h3>
&quot;conversationTurns&quot;: [ # The conversation turns uttered during the test case replay in chronological order.
{ # One interaction between a human and virtual agent. The human provides some input and the virtual agent provides a response.
&quot;userInput&quot;: { # The input from the human user. # The user input.
&quot;enableSentimentAnalysis&quot;: True or False, # Whether sentiment analysis is enabled.
&quot;injectedParameters&quot;: { # Parameters that need to be injected into the conversation during intent detection.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
Expand Down Expand Up @@ -7418,6 +7425,7 @@ <h3>Method Details</h3>
&quot;testCaseConversationTurns&quot;: [ # The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
{ # One interaction between a human and virtual agent. The human provides some input and the virtual agent provides a response.
&quot;userInput&quot;: { # The input from the human user. # The user input.
&quot;enableSentimentAnalysis&quot;: True or False, # Whether sentiment analysis is enabled.
&quot;injectedParameters&quot;: { # Parameters that need to be injected into the conversation during intent detection.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
Expand Down Expand Up @@ -8143,6 +8151,7 @@ <h3>Method Details</h3>
&quot;conversationTurns&quot;: [ # The conversation turns uttered during the test case replay in chronological order.
{ # One interaction between a human and virtual agent. The human provides some input and the virtual agent provides a response.
&quot;userInput&quot;: { # The input from the human user. # The user input.
&quot;enableSentimentAnalysis&quot;: True or False, # Whether sentiment analysis is enabled.
&quot;injectedParameters&quot;: { # Parameters that need to be injected into the conversation during intent detection.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
Expand Down Expand Up @@ -8840,6 +8849,7 @@ <h3>Method Details</h3>
&quot;testCaseConversationTurns&quot;: [ # The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
{ # One interaction between a human and virtual agent. The human provides some input and the virtual agent provides a response.
&quot;userInput&quot;: { # The input from the human user. # The user input.
&quot;enableSentimentAnalysis&quot;: True or False, # Whether sentiment analysis is enabled.
&quot;injectedParameters&quot;: { # Parameters that need to be injected into the conversation during intent detection.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
Expand Down Expand Up @@ -9548,6 +9558,7 @@ <h3>Method Details</h3>
&quot;conversationTurns&quot;: [ # The conversation turns uttered during the test case replay in chronological order.
{ # One interaction between a human and virtual agent. The human provides some input and the virtual agent provides a response.
&quot;userInput&quot;: { # The input from the human user. # The user input.
&quot;enableSentimentAnalysis&quot;: True or False, # Whether sentiment analysis is enabled.
&quot;injectedParameters&quot;: { # Parameters that need to be injected into the conversation during intent detection.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
Expand Down Expand Up @@ -10245,6 +10256,7 @@ <h3>Method Details</h3>
&quot;testCaseConversationTurns&quot;: [ # The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
{ # One interaction between a human and virtual agent. The human provides some input and the virtual agent provides a response.
&quot;userInput&quot;: { # The input from the human user. # The user input.
&quot;enableSentimentAnalysis&quot;: True or False, # Whether sentiment analysis is enabled.
&quot;injectedParameters&quot;: { # Parameters that need to be injected into the conversation during intent detection.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
Expand Down
Loading

0 comments on commit f7b0ebc

Please sign in to comment.