Skip to content

Commit

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

The following keys were added:
- schemas.GoogleCloudDialogflowV2beta1ConversationProfile.properties.securitySettings.type (Total Keys: 1)
- schemas.GoogleCloudDialogflowV2beta1ConversationProfile.properties.timeZone.type (Total Keys: 1)

#### dialogflow:v3

The following keys were added:
- schemas.GoogleCloudDialogflowCxV3AdvancedSettings (Total Keys: 7)
- schemas.GoogleCloudDialogflowCxV3Agent.properties.advancedSettings.$ref (Total Keys: 1)
- schemas.GoogleCloudDialogflowCxV3QueryParameters.properties.flowVersions (Total Keys: 2)
- schemas.GoogleCloudDialogflowCxV3SecuritySettings.properties.insightsExportSettings.$ref (Total Keys: 1)
- schemas.GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings (Total Keys: 3)

#### dialogflow:v3beta1

The following keys were added:
- schemas.GoogleCloudDialogflowCxV3beta1AdvancedSettings (Total Keys: 7)
- schemas.GoogleCloudDialogflowCxV3beta1Agent.properties.advancedSettings.$ref (Total Keys: 1)
- schemas.GoogleCloudDialogflowCxV3beta1QueryParameters.properties.flowVersions (Total Keys: 2)
- schemas.GoogleCloudDialogflowCxV3beta1SecuritySettings.properties.insightsExportSettings.$ref (Total Keys: 1)
- schemas.GoogleCloudDialogflowCxV3beta1SecuritySettingsInsightsExportSettings (Total Keys: 3)
  • Loading branch information
yoshi-automation committed Aug 3, 2021
1 parent 77af128 commit 0feb056
Show file tree
Hide file tree
Showing 18 changed files with 317 additions and 37 deletions.
2 changes: 1 addition & 1 deletion docs/dyn/dialogflow_v2.projects.agent.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ <h3>Method Details</h3>
&quot;entries&quot;: [ # The names of the entries that the error is associated with. Format: - &quot;projects//agent&quot;, if the error is associated with the entire agent. - &quot;projects//agent/intents/&quot;, if the error is associated with certain intents. - &quot;projects//agent/intents//trainingPhrases/&quot;, if the error is associated with certain intent training phrases. - &quot;projects//agent/intents//parameters/&quot;, if the error is associated with certain intent parameters. - &quot;projects//agent/entities/&quot;, if the error is associated with certain entities.
&quot;A String&quot;,
],
&quot;errorMessage&quot;: &quot;A String&quot;, # The detailed error messsage.
&quot;errorMessage&quot;: &quot;A String&quot;, # The detailed error message.
&quot;severity&quot;: &quot;A String&quot;, # The severity of the error.
},
],
Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/dialogflow_v2.projects.locations.agent.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ <h3>Method Details</h3>
&quot;entries&quot;: [ # The names of the entries that the error is associated with. Format: - &quot;projects//agent&quot;, if the error is associated with the entire agent. - &quot;projects//agent/intents/&quot;, if the error is associated with certain intents. - &quot;projects//agent/intents//trainingPhrases/&quot;, if the error is associated with certain intent training phrases. - &quot;projects//agent/intents//parameters/&quot;, if the error is associated with certain intent parameters. - &quot;projects//agent/entities/&quot;, if the error is associated with certain entities.
&quot;A String&quot;,
],
&quot;errorMessage&quot;: &quot;A String&quot;, # The detailed error messsage.
&quot;errorMessage&quot;: &quot;A String&quot;, # The detailed error message.
&quot;severity&quot;: &quot;A String&quot;, # The severity of the error.
},
],
Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/dialogflow_v2beta1.projects.agent.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ <h3>Method Details</h3>
&quot;entries&quot;: [ # The names of the entries that the error is associated with. Format: - &quot;projects//agent&quot;, if the error is associated with the entire agent. - &quot;projects//agent/intents/&quot;, if the error is associated with certain intents. - &quot;projects//agent/intents//trainingPhrases/&quot;, if the error is associated with certain intent training phrases. - &quot;projects//agent/intents//parameters/&quot;, if the error is associated with certain intent parameters. - &quot;projects//agent/entities/&quot;, if the error is associated with certain entities.
&quot;A String&quot;,
],
&quot;errorMessage&quot;: &quot;A String&quot;, # The detailed error messsage.
&quot;errorMessage&quot;: &quot;A String&quot;, # The detailed error message.
&quot;severity&quot;: &quot;A String&quot;, # The severity of the error.
},
],
Expand Down
24 changes: 18 additions & 6 deletions docs/dyn/dialogflow_v2beta1.projects.conversationProfiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ <h3>Method Details</h3>
&quot;organizationId&quot;: &quot;A String&quot;, # Required. The organization ID of the Salesforce account.
},
},
&quot;languageCode&quot;: &quot;A String&quot;, # Language code for the conversation profile. If not specified, the language is en-US. Language at ConversationProfile should be set for all non en-us languages.
&quot;languageCode&quot;: &quot;A String&quot;, # Language code for the conversation profile. If not specified, the language is en-US. Language at ConversationProfile should be set for all non en-us languages. This should be a [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. Example: &quot;en-US&quot;.
&quot;loggingConfig&quot;: { # Defines logging behavior for conversation lifecycle events. # Configuration for logging conversation lifecycle events.
&quot;enableStackdriverLogging&quot;: True or False, # Whether to log conversation events like CONVERSATION_STARTED to Stackdriver in the conversation project as JSON format ConversationEvent protos.
},
Expand All @@ -230,9 +230,11 @@ <h3>Method Details</h3>
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
&quot;topic&quot;: &quot;A String&quot;, # Name of the Pub/Sub topic to publish conversation events like CONVERSATION_STARTED as serialized ConversationEvent protos. Notification works for phone calls, if this topic either is in the same project as the conversation or you grant `service-@gcp-sa-dialogflow.iam.gserviceaccount.com` the `Dialogflow Service Agent` role in the topic project. Format: `projects//locations//topics/`.
},
&quot;securitySettings&quot;: &quot;A String&quot;, # Name of the CX SecuritySettings reference for the agent. Format: `projects//locations//securitySettings/`.
&quot;sttConfig&quot;: { # Configures speech transcription for ConversationProfile. # Settings for speech transcription.
&quot;speechModelVariant&quot;: &quot;A String&quot;, # Optional. The speech model used in speech to text. `SPEECH_MODEL_VARIANT_UNSPECIFIED`, `USE_BEST_AVAILABLE` will be treated as `USE_ENHANCED`. It can be overridden in AnalyzeContentRequest and StreamingAnalyzeContentRequest request.
},
&quot;timeZone&quot;: &quot;A String&quot;, # The time zone of this conversational profile from the [time zone database](https://www.iana.org/time-zones), e.g., America/New_York, Europe/Paris. Defaults to America/New_York.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update time of the conversation profile.
}

Expand Down Expand Up @@ -351,7 +353,7 @@ <h3>Method Details</h3>
&quot;organizationId&quot;: &quot;A String&quot;, # Required. The organization ID of the Salesforce account.
},
},
&quot;languageCode&quot;: &quot;A String&quot;, # Language code for the conversation profile. If not specified, the language is en-US. Language at ConversationProfile should be set for all non en-us languages.
&quot;languageCode&quot;: &quot;A String&quot;, # Language code for the conversation profile. If not specified, the language is en-US. Language at ConversationProfile should be set for all non en-us languages. This should be a [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. Example: &quot;en-US&quot;.
&quot;loggingConfig&quot;: { # Defines logging behavior for conversation lifecycle events. # Configuration for logging conversation lifecycle events.
&quot;enableStackdriverLogging&quot;: True or False, # Whether to log conversation events like CONVERSATION_STARTED to Stackdriver in the conversation project as JSON format ConversationEvent protos.
},
Expand All @@ -364,9 +366,11 @@ <h3>Method Details</h3>
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
&quot;topic&quot;: &quot;A String&quot;, # Name of the Pub/Sub topic to publish conversation events like CONVERSATION_STARTED as serialized ConversationEvent protos. Notification works for phone calls, if this topic either is in the same project as the conversation or you grant `service-@gcp-sa-dialogflow.iam.gserviceaccount.com` the `Dialogflow Service Agent` role in the topic project. Format: `projects//locations//topics/`.
},
&quot;securitySettings&quot;: &quot;A String&quot;, # Name of the CX SecuritySettings reference for the agent. Format: `projects//locations//securitySettings/`.
&quot;sttConfig&quot;: { # Configures speech transcription for ConversationProfile. # Settings for speech transcription.
&quot;speechModelVariant&quot;: &quot;A String&quot;, # Optional. The speech model used in speech to text. `SPEECH_MODEL_VARIANT_UNSPECIFIED`, `USE_BEST_AVAILABLE` will be treated as `USE_ENHANCED`. It can be overridden in AnalyzeContentRequest and StreamingAnalyzeContentRequest request.
},
&quot;timeZone&quot;: &quot;A String&quot;, # The time zone of this conversational profile from the [time zone database](https://www.iana.org/time-zones), e.g., America/New_York, Europe/Paris. Defaults to America/New_York.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update time of the conversation profile.
}</pre>
</div>
Expand Down Expand Up @@ -510,7 +514,7 @@ <h3>Method Details</h3>
&quot;organizationId&quot;: &quot;A String&quot;, # Required. The organization ID of the Salesforce account.
},
},
&quot;languageCode&quot;: &quot;A String&quot;, # Language code for the conversation profile. If not specified, the language is en-US. Language at ConversationProfile should be set for all non en-us languages.
&quot;languageCode&quot;: &quot;A String&quot;, # Language code for the conversation profile. If not specified, the language is en-US. Language at ConversationProfile should be set for all non en-us languages. This should be a [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. Example: &quot;en-US&quot;.
&quot;loggingConfig&quot;: { # Defines logging behavior for conversation lifecycle events. # Configuration for logging conversation lifecycle events.
&quot;enableStackdriverLogging&quot;: True or False, # Whether to log conversation events like CONVERSATION_STARTED to Stackdriver in the conversation project as JSON format ConversationEvent protos.
},
Expand All @@ -523,9 +527,11 @@ <h3>Method Details</h3>
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
&quot;topic&quot;: &quot;A String&quot;, # Name of the Pub/Sub topic to publish conversation events like CONVERSATION_STARTED as serialized ConversationEvent protos. Notification works for phone calls, if this topic either is in the same project as the conversation or you grant `service-@gcp-sa-dialogflow.iam.gserviceaccount.com` the `Dialogflow Service Agent` role in the topic project. Format: `projects//locations//topics/`.
},
&quot;securitySettings&quot;: &quot;A String&quot;, # Name of the CX SecuritySettings reference for the agent. Format: `projects//locations//securitySettings/`.
&quot;sttConfig&quot;: { # Configures speech transcription for ConversationProfile. # Settings for speech transcription.
&quot;speechModelVariant&quot;: &quot;A String&quot;, # Optional. The speech model used in speech to text. `SPEECH_MODEL_VARIANT_UNSPECIFIED`, `USE_BEST_AVAILABLE` will be treated as `USE_ENHANCED`. It can be overridden in AnalyzeContentRequest and StreamingAnalyzeContentRequest request.
},
&quot;timeZone&quot;: &quot;A String&quot;, # The time zone of this conversational profile from the [time zone database](https://www.iana.org/time-zones), e.g., America/New_York, Europe/Paris. Defaults to America/New_York.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update time of the conversation profile.
}</pre>
</div>
Expand Down Expand Up @@ -655,7 +661,7 @@ <h3>Method Details</h3>
&quot;organizationId&quot;: &quot;A String&quot;, # Required. The organization ID of the Salesforce account.
},
},
&quot;languageCode&quot;: &quot;A String&quot;, # Language code for the conversation profile. If not specified, the language is en-US. Language at ConversationProfile should be set for all non en-us languages.
&quot;languageCode&quot;: &quot;A String&quot;, # Language code for the conversation profile. If not specified, the language is en-US. Language at ConversationProfile should be set for all non en-us languages. This should be a [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. Example: &quot;en-US&quot;.
&quot;loggingConfig&quot;: { # Defines logging behavior for conversation lifecycle events. # Configuration for logging conversation lifecycle events.
&quot;enableStackdriverLogging&quot;: True or False, # Whether to log conversation events like CONVERSATION_STARTED to Stackdriver in the conversation project as JSON format ConversationEvent protos.
},
Expand All @@ -668,9 +674,11 @@ <h3>Method Details</h3>
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
&quot;topic&quot;: &quot;A String&quot;, # Name of the Pub/Sub topic to publish conversation events like CONVERSATION_STARTED as serialized ConversationEvent protos. Notification works for phone calls, if this topic either is in the same project as the conversation or you grant `service-@gcp-sa-dialogflow.iam.gserviceaccount.com` the `Dialogflow Service Agent` role in the topic project. Format: `projects//locations//topics/`.
},
&quot;securitySettings&quot;: &quot;A String&quot;, # Name of the CX SecuritySettings reference for the agent. Format: `projects//locations//securitySettings/`.
&quot;sttConfig&quot;: { # Configures speech transcription for ConversationProfile. # Settings for speech transcription.
&quot;speechModelVariant&quot;: &quot;A String&quot;, # Optional. The speech model used in speech to text. `SPEECH_MODEL_VARIANT_UNSPECIFIED`, `USE_BEST_AVAILABLE` will be treated as `USE_ENHANCED`. It can be overridden in AnalyzeContentRequest and StreamingAnalyzeContentRequest request.
},
&quot;timeZone&quot;: &quot;A String&quot;, # The time zone of this conversational profile from the [time zone database](https://www.iana.org/time-zones), e.g., America/New_York, Europe/Paris. Defaults to America/New_York.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update time of the conversation profile.
},
],
Expand Down Expand Up @@ -808,7 +816,7 @@ <h3>Method Details</h3>
&quot;organizationId&quot;: &quot;A String&quot;, # Required. The organization ID of the Salesforce account.
},
},
&quot;languageCode&quot;: &quot;A String&quot;, # Language code for the conversation profile. If not specified, the language is en-US. Language at ConversationProfile should be set for all non en-us languages.
&quot;languageCode&quot;: &quot;A String&quot;, # Language code for the conversation profile. If not specified, the language is en-US. Language at ConversationProfile should be set for all non en-us languages. This should be a [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. Example: &quot;en-US&quot;.
&quot;loggingConfig&quot;: { # Defines logging behavior for conversation lifecycle events. # Configuration for logging conversation lifecycle events.
&quot;enableStackdriverLogging&quot;: True or False, # Whether to log conversation events like CONVERSATION_STARTED to Stackdriver in the conversation project as JSON format ConversationEvent protos.
},
Expand All @@ -821,9 +829,11 @@ <h3>Method Details</h3>
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
&quot;topic&quot;: &quot;A String&quot;, # Name of the Pub/Sub topic to publish conversation events like CONVERSATION_STARTED as serialized ConversationEvent protos. Notification works for phone calls, if this topic either is in the same project as the conversation or you grant `service-@gcp-sa-dialogflow.iam.gserviceaccount.com` the `Dialogflow Service Agent` role in the topic project. Format: `projects//locations//topics/`.
},
&quot;securitySettings&quot;: &quot;A String&quot;, # Name of the CX SecuritySettings reference for the agent. Format: `projects//locations//securitySettings/`.
&quot;sttConfig&quot;: { # Configures speech transcription for ConversationProfile. # Settings for speech transcription.
&quot;speechModelVariant&quot;: &quot;A String&quot;, # Optional. The speech model used in speech to text. `SPEECH_MODEL_VARIANT_UNSPECIFIED`, `USE_BEST_AVAILABLE` will be treated as `USE_ENHANCED`. It can be overridden in AnalyzeContentRequest and StreamingAnalyzeContentRequest request.
},
&quot;timeZone&quot;: &quot;A String&quot;, # The time zone of this conversational profile from the [time zone database](https://www.iana.org/time-zones), e.g., America/New_York, Europe/Paris. Defaults to America/New_York.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update time of the conversation profile.
}

Expand Down Expand Up @@ -943,7 +953,7 @@ <h3>Method Details</h3>
&quot;organizationId&quot;: &quot;A String&quot;, # Required. The organization ID of the Salesforce account.
},
},
&quot;languageCode&quot;: &quot;A String&quot;, # Language code for the conversation profile. If not specified, the language is en-US. Language at ConversationProfile should be set for all non en-us languages.
&quot;languageCode&quot;: &quot;A String&quot;, # Language code for the conversation profile. If not specified, the language is en-US. Language at ConversationProfile should be set for all non en-us languages. This should be a [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. Example: &quot;en-US&quot;.
&quot;loggingConfig&quot;: { # Defines logging behavior for conversation lifecycle events. # Configuration for logging conversation lifecycle events.
&quot;enableStackdriverLogging&quot;: True or False, # Whether to log conversation events like CONVERSATION_STARTED to Stackdriver in the conversation project as JSON format ConversationEvent protos.
},
Expand All @@ -956,9 +966,11 @@ <h3>Method Details</h3>
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
&quot;topic&quot;: &quot;A String&quot;, # Name of the Pub/Sub topic to publish conversation events like CONVERSATION_STARTED as serialized ConversationEvent protos. Notification works for phone calls, if this topic either is in the same project as the conversation or you grant `service-@gcp-sa-dialogflow.iam.gserviceaccount.com` the `Dialogflow Service Agent` role in the topic project. Format: `projects//locations//topics/`.
},
&quot;securitySettings&quot;: &quot;A String&quot;, # Name of the CX SecuritySettings reference for the agent. Format: `projects//locations//securitySettings/`.
&quot;sttConfig&quot;: { # Configures speech transcription for ConversationProfile. # Settings for speech transcription.
&quot;speechModelVariant&quot;: &quot;A String&quot;, # Optional. The speech model used in speech to text. `SPEECH_MODEL_VARIANT_UNSPECIFIED`, `USE_BEST_AVAILABLE` will be treated as `USE_ENHANCED`. It can be overridden in AnalyzeContentRequest and StreamingAnalyzeContentRequest request.
},
&quot;timeZone&quot;: &quot;A String&quot;, # The time zone of this conversational profile from the [time zone database](https://www.iana.org/time-zones), e.g., America/New_York, Europe/Paris. Defaults to America/New_York.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update time of the conversation profile.
}</pre>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/dialogflow_v2beta1.projects.locations.agent.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ <h3>Method Details</h3>
&quot;entries&quot;: [ # The names of the entries that the error is associated with. Format: - &quot;projects//agent&quot;, if the error is associated with the entire agent. - &quot;projects//agent/intents/&quot;, if the error is associated with certain intents. - &quot;projects//agent/intents//trainingPhrases/&quot;, if the error is associated with certain intent training phrases. - &quot;projects//agent/intents//parameters/&quot;, if the error is associated with certain intent parameters. - &quot;projects//agent/entities/&quot;, if the error is associated with certain entities.
&quot;A String&quot;,
],
&quot;errorMessage&quot;: &quot;A String&quot;, # The detailed error messsage.
&quot;errorMessage&quot;: &quot;A String&quot;, # The detailed error message.
&quot;severity&quot;: &quot;A String&quot;, # The severity of the error.
},
],
Expand Down
Loading

0 comments on commit 0feb056

Please sign in to comment.