Skip to content

Commit 0feb056

Browse files
feat(dialogflow): update the api
#### 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)
1 parent 77af128 commit 0feb056

18 files changed

+317
-37
lines changed

docs/dyn/dialogflow_v2.projects.agent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ <h3>Method Details</h3>
238238
&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.
239239
&quot;A String&quot;,
240240
],
241-
&quot;errorMessage&quot;: &quot;A String&quot;, # The detailed error messsage.
241+
&quot;errorMessage&quot;: &quot;A String&quot;, # The detailed error message.
242242
&quot;severity&quot;: &quot;A String&quot;, # The severity of the error.
243243
},
244244
],

docs/dyn/dialogflow_v2.projects.locations.agent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ <h3>Method Details</h3>
233233
&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.
234234
&quot;A String&quot;,
235235
],
236-
&quot;errorMessage&quot;: &quot;A String&quot;, # The detailed error messsage.
236+
&quot;errorMessage&quot;: &quot;A String&quot;, # The detailed error message.
237237
&quot;severity&quot;: &quot;A String&quot;, # The severity of the error.
238238
},
239239
],

docs/dyn/dialogflow_v2beta1.projects.agent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ <h3>Method Details</h3>
238238
&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.
239239
&quot;A String&quot;,
240240
],
241-
&quot;errorMessage&quot;: &quot;A String&quot;, # The detailed error messsage.
241+
&quot;errorMessage&quot;: &quot;A String&quot;, # The detailed error message.
242242
&quot;severity&quot;: &quot;A String&quot;, # The severity of the error.
243243
},
244244
],

docs/dyn/dialogflow_v2beta1.projects.conversationProfiles.html

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ <h3>Method Details</h3>
217217
&quot;organizationId&quot;: &quot;A String&quot;, # Required. The organization ID of the Salesforce account.
218218
},
219219
},
220-
&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.
220+
&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;.
221221
&quot;loggingConfig&quot;: { # Defines logging behavior for conversation lifecycle events. # Configuration for logging conversation lifecycle events.
222222
&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.
223223
},
@@ -230,9 +230,11 @@ <h3>Method Details</h3>
230230
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
231231
&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 `[email protected]` the `Dialogflow Service Agent` role in the topic project. Format: `projects//locations//topics/`.
232232
},
233+
&quot;securitySettings&quot;: &quot;A String&quot;, # Name of the CX SecuritySettings reference for the agent. Format: `projects//locations//securitySettings/`.
233234
&quot;sttConfig&quot;: { # Configures speech transcription for ConversationProfile. # Settings for speech transcription.
234235
&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.
235236
},
237+
&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.
236238
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update time of the conversation profile.
237239
}
238240

@@ -351,7 +353,7 @@ <h3>Method Details</h3>
351353
&quot;organizationId&quot;: &quot;A String&quot;, # Required. The organization ID of the Salesforce account.
352354
},
353355
},
354-
&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.
356+
&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;.
355357
&quot;loggingConfig&quot;: { # Defines logging behavior for conversation lifecycle events. # Configuration for logging conversation lifecycle events.
356358
&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.
357359
},
@@ -364,9 +366,11 @@ <h3>Method Details</h3>
364366
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
365367
&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 `[email protected]` the `Dialogflow Service Agent` role in the topic project. Format: `projects//locations//topics/`.
366368
},
369+
&quot;securitySettings&quot;: &quot;A String&quot;, # Name of the CX SecuritySettings reference for the agent. Format: `projects//locations//securitySettings/`.
367370
&quot;sttConfig&quot;: { # Configures speech transcription for ConversationProfile. # Settings for speech transcription.
368371
&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.
369372
},
373+
&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.
370374
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update time of the conversation profile.
371375
}</pre>
372376
</div>
@@ -510,7 +514,7 @@ <h3>Method Details</h3>
510514
&quot;organizationId&quot;: &quot;A String&quot;, # Required. The organization ID of the Salesforce account.
511515
},
512516
},
513-
&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.
517+
&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;.
514518
&quot;loggingConfig&quot;: { # Defines logging behavior for conversation lifecycle events. # Configuration for logging conversation lifecycle events.
515519
&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.
516520
},
@@ -523,9 +527,11 @@ <h3>Method Details</h3>
523527
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
524528
&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 `[email protected]` the `Dialogflow Service Agent` role in the topic project. Format: `projects//locations//topics/`.
525529
},
530+
&quot;securitySettings&quot;: &quot;A String&quot;, # Name of the CX SecuritySettings reference for the agent. Format: `projects//locations//securitySettings/`.
526531
&quot;sttConfig&quot;: { # Configures speech transcription for ConversationProfile. # Settings for speech transcription.
527532
&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.
528533
},
534+
&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.
529535
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update time of the conversation profile.
530536
}</pre>
531537
</div>
@@ -655,7 +661,7 @@ <h3>Method Details</h3>
655661
&quot;organizationId&quot;: &quot;A String&quot;, # Required. The organization ID of the Salesforce account.
656662
},
657663
},
658-
&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.
664+
&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;.
659665
&quot;loggingConfig&quot;: { # Defines logging behavior for conversation lifecycle events. # Configuration for logging conversation lifecycle events.
660666
&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.
661667
},
@@ -668,9 +674,11 @@ <h3>Method Details</h3>
668674
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
669675
&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 `[email protected]` the `Dialogflow Service Agent` role in the topic project. Format: `projects//locations//topics/`.
670676
},
677+
&quot;securitySettings&quot;: &quot;A String&quot;, # Name of the CX SecuritySettings reference for the agent. Format: `projects//locations//securitySettings/`.
671678
&quot;sttConfig&quot;: { # Configures speech transcription for ConversationProfile. # Settings for speech transcription.
672679
&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.
673680
},
681+
&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.
674682
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update time of the conversation profile.
675683
},
676684
],
@@ -808,7 +816,7 @@ <h3>Method Details</h3>
808816
&quot;organizationId&quot;: &quot;A String&quot;, # Required. The organization ID of the Salesforce account.
809817
},
810818
},
811-
&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.
819+
&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;.
812820
&quot;loggingConfig&quot;: { # Defines logging behavior for conversation lifecycle events. # Configuration for logging conversation lifecycle events.
813821
&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.
814822
},
@@ -821,9 +829,11 @@ <h3>Method Details</h3>
821829
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
822830
&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 `[email protected]` the `Dialogflow Service Agent` role in the topic project. Format: `projects//locations//topics/`.
823831
},
832+
&quot;securitySettings&quot;: &quot;A String&quot;, # Name of the CX SecuritySettings reference for the agent. Format: `projects//locations//securitySettings/`.
824833
&quot;sttConfig&quot;: { # Configures speech transcription for ConversationProfile. # Settings for speech transcription.
825834
&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.
826835
},
836+
&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.
827837
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update time of the conversation profile.
828838
}
829839

@@ -943,7 +953,7 @@ <h3>Method Details</h3>
943953
&quot;organizationId&quot;: &quot;A String&quot;, # Required. The organization ID of the Salesforce account.
944954
},
945955
},
946-
&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.
956+
&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;.
947957
&quot;loggingConfig&quot;: { # Defines logging behavior for conversation lifecycle events. # Configuration for logging conversation lifecycle events.
948958
&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.
949959
},
@@ -956,9 +966,11 @@ <h3>Method Details</h3>
956966
&quot;messageFormat&quot;: &quot;A String&quot;, # Format of message.
957967
&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 `[email protected]` the `Dialogflow Service Agent` role in the topic project. Format: `projects//locations//topics/`.
958968
},
969+
&quot;securitySettings&quot;: &quot;A String&quot;, # Name of the CX SecuritySettings reference for the agent. Format: `projects//locations//securitySettings/`.
959970
&quot;sttConfig&quot;: { # Configures speech transcription for ConversationProfile. # Settings for speech transcription.
960971
&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.
961972
},
973+
&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.
962974
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update time of the conversation profile.
963975
}</pre>
964976
</div>

docs/dyn/dialogflow_v2beta1.projects.locations.agent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ <h3>Method Details</h3>
233233
&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.
234234
&quot;A String&quot;,
235235
],
236-
&quot;errorMessage&quot;: &quot;A String&quot;, # The detailed error messsage.
236+
&quot;errorMessage&quot;: &quot;A String&quot;, # The detailed error message.
237237
&quot;severity&quot;: &quot;A String&quot;, # The severity of the error.
238238
},
239239
],

0 commit comments

Comments
 (0)