You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/dialogflow_v2.projects.agent.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,7 @@ <h3>Method Details</h3>
238
238
"entries": [ # The names of the entries that the error is associated with. Format: - "projects//agent", if the error is associated with the entire agent. - "projects//agent/intents/", if the error is associated with certain intents. - "projects//agent/intents//trainingPhrases/", if the error is associated with certain intent training phrases. - "projects//agent/intents//parameters/", if the error is associated with certain intent parameters. - "projects//agent/entities/", if the error is associated with certain entities.
239
239
"A String",
240
240
],
241
-
"errorMessage": "A String", # The detailed error messsage.
241
+
"errorMessage": "A String", # The detailed error message.
242
242
"severity": "A String", # The severity of the error.
Copy file name to clipboardExpand all lines: docs/dyn/dialogflow_v2.projects.locations.agent.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -233,7 +233,7 @@ <h3>Method Details</h3>
233
233
"entries": [ # The names of the entries that the error is associated with. Format: - "projects//agent", if the error is associated with the entire agent. - "projects//agent/intents/", if the error is associated with certain intents. - "projects//agent/intents//trainingPhrases/", if the error is associated with certain intent training phrases. - "projects//agent/intents//parameters/", if the error is associated with certain intent parameters. - "projects//agent/entities/", if the error is associated with certain entities.
234
234
"A String",
235
235
],
236
-
"errorMessage": "A String", # The detailed error messsage.
236
+
"errorMessage": "A String", # The detailed error message.
237
237
"severity": "A String", # The severity of the error.
Copy file name to clipboardExpand all lines: docs/dyn/dialogflow_v2beta1.projects.agent.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,7 @@ <h3>Method Details</h3>
238
238
"entries": [ # The names of the entries that the error is associated with. Format: - "projects//agent", if the error is associated with the entire agent. - "projects//agent/intents/", if the error is associated with certain intents. - "projects//agent/intents//trainingPhrases/", if the error is associated with certain intent training phrases. - "projects//agent/intents//parameters/", if the error is associated with certain intent parameters. - "projects//agent/entities/", if the error is associated with certain entities.
239
239
"A String",
240
240
],
241
-
"errorMessage": "A String", # The detailed error messsage.
241
+
"errorMessage": "A String", # The detailed error message.
242
242
"severity": "A String", # The severity of the error.
Copy file name to clipboardExpand all lines: docs/dyn/dialogflow_v2beta1.projects.conversationProfiles.html
+18-6Lines changed: 18 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -217,7 +217,7 @@ <h3>Method Details</h3>
217
217
"organizationId": "A String", # Required. The organization ID of the Salesforce account.
218
218
},
219
219
},
220
-
"languageCode": "A String", # 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
+
"languageCode": "A String", # 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: "en-US".
221
221
"loggingConfig": { # Defines logging behavior for conversation lifecycle events. # Configuration for logging conversation lifecycle events.
222
222
"enableStackdriverLogging": True or False, # Whether to log conversation events like CONVERSATION_STARTED to Stackdriver in the conversation project as JSON format ConversationEvent protos.
223
223
},
@@ -230,9 +230,11 @@ <h3>Method Details</h3>
230
230
"messageFormat": "A String", # Format of message.
231
231
"topic": "A String", # 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/`.
232
232
},
233
+
"securitySettings": "A String", # Name of the CX SecuritySettings reference for the agent. Format: `projects//locations//securitySettings/`.
233
234
"sttConfig": { # Configures speech transcription for ConversationProfile. # Settings for speech transcription.
234
235
"speechModelVariant": "A String", # 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.
235
236
},
237
+
"timeZone": "A String", # 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.
236
238
"updateTime": "A String", # Output only. Update time of the conversation profile.
237
239
}
238
240
@@ -351,7 +353,7 @@ <h3>Method Details</h3>
351
353
"organizationId": "A String", # Required. The organization ID of the Salesforce account.
352
354
},
353
355
},
354
-
"languageCode": "A String", # 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
+
"languageCode": "A String", # 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: "en-US".
355
357
"loggingConfig": { # Defines logging behavior for conversation lifecycle events. # Configuration for logging conversation lifecycle events.
356
358
"enableStackdriverLogging": True or False, # Whether to log conversation events like CONVERSATION_STARTED to Stackdriver in the conversation project as JSON format ConversationEvent protos.
357
359
},
@@ -364,9 +366,11 @@ <h3>Method Details</h3>
364
366
"messageFormat": "A String", # Format of message.
365
367
"topic": "A String", # 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/`.
366
368
},
369
+
"securitySettings": "A String", # Name of the CX SecuritySettings reference for the agent. Format: `projects//locations//securitySettings/`.
367
370
"sttConfig": { # Configures speech transcription for ConversationProfile. # Settings for speech transcription.
368
371
"speechModelVariant": "A String", # 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.
369
372
},
373
+
"timeZone": "A String", # 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.
370
374
"updateTime": "A String", # Output only. Update time of the conversation profile.
371
375
}</pre>
372
376
</div>
@@ -510,7 +514,7 @@ <h3>Method Details</h3>
510
514
"organizationId": "A String", # Required. The organization ID of the Salesforce account.
511
515
},
512
516
},
513
-
"languageCode": "A String", # 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
+
"languageCode": "A String", # 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: "en-US".
514
518
"loggingConfig": { # Defines logging behavior for conversation lifecycle events. # Configuration for logging conversation lifecycle events.
515
519
"enableStackdriverLogging": True or False, # Whether to log conversation events like CONVERSATION_STARTED to Stackdriver in the conversation project as JSON format ConversationEvent protos.
516
520
},
@@ -523,9 +527,11 @@ <h3>Method Details</h3>
523
527
"messageFormat": "A String", # Format of message.
524
528
"topic": "A String", # 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/`.
525
529
},
530
+
"securitySettings": "A String", # Name of the CX SecuritySettings reference for the agent. Format: `projects//locations//securitySettings/`.
526
531
"sttConfig": { # Configures speech transcription for ConversationProfile. # Settings for speech transcription.
527
532
"speechModelVariant": "A String", # 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.
528
533
},
534
+
"timeZone": "A String", # 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.
529
535
"updateTime": "A String", # Output only. Update time of the conversation profile.
530
536
}</pre>
531
537
</div>
@@ -655,7 +661,7 @@ <h3>Method Details</h3>
655
661
"organizationId": "A String", # Required. The organization ID of the Salesforce account.
656
662
},
657
663
},
658
-
"languageCode": "A String", # 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
+
"languageCode": "A String", # 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: "en-US".
659
665
"loggingConfig": { # Defines logging behavior for conversation lifecycle events. # Configuration for logging conversation lifecycle events.
660
666
"enableStackdriverLogging": True or False, # Whether to log conversation events like CONVERSATION_STARTED to Stackdriver in the conversation project as JSON format ConversationEvent protos.
661
667
},
@@ -668,9 +674,11 @@ <h3>Method Details</h3>
668
674
"messageFormat": "A String", # Format of message.
669
675
"topic": "A String", # 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/`.
670
676
},
677
+
"securitySettings": "A String", # Name of the CX SecuritySettings reference for the agent. Format: `projects//locations//securitySettings/`.
671
678
"sttConfig": { # Configures speech transcription for ConversationProfile. # Settings for speech transcription.
672
679
"speechModelVariant": "A String", # 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.
673
680
},
681
+
"timeZone": "A String", # 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.
674
682
"updateTime": "A String", # Output only. Update time of the conversation profile.
675
683
},
676
684
],
@@ -808,7 +816,7 @@ <h3>Method Details</h3>
808
816
"organizationId": "A String", # Required. The organization ID of the Salesforce account.
809
817
},
810
818
},
811
-
"languageCode": "A String", # 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
+
"languageCode": "A String", # 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: "en-US".
812
820
"loggingConfig": { # Defines logging behavior for conversation lifecycle events. # Configuration for logging conversation lifecycle events.
813
821
"enableStackdriverLogging": True or False, # Whether to log conversation events like CONVERSATION_STARTED to Stackdriver in the conversation project as JSON format ConversationEvent protos.
814
822
},
@@ -821,9 +829,11 @@ <h3>Method Details</h3>
821
829
"messageFormat": "A String", # Format of message.
822
830
"topic": "A String", # 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/`.
823
831
},
832
+
"securitySettings": "A String", # Name of the CX SecuritySettings reference for the agent. Format: `projects//locations//securitySettings/`.
824
833
"sttConfig": { # Configures speech transcription for ConversationProfile. # Settings for speech transcription.
825
834
"speechModelVariant": "A String", # 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.
826
835
},
836
+
"timeZone": "A String", # 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.
827
837
"updateTime": "A String", # Output only. Update time of the conversation profile.
828
838
}
829
839
@@ -943,7 +953,7 @@ <h3>Method Details</h3>
943
953
"organizationId": "A String", # Required. The organization ID of the Salesforce account.
944
954
},
945
955
},
946
-
"languageCode": "A String", # 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
+
"languageCode": "A String", # 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: "en-US".
947
957
"loggingConfig": { # Defines logging behavior for conversation lifecycle events. # Configuration for logging conversation lifecycle events.
948
958
"enableStackdriverLogging": True or False, # Whether to log conversation events like CONVERSATION_STARTED to Stackdriver in the conversation project as JSON format ConversationEvent protos.
949
959
},
@@ -956,9 +966,11 @@ <h3>Method Details</h3>
956
966
"messageFormat": "A String", # Format of message.
957
967
"topic": "A String", # 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/`.
958
968
},
969
+
"securitySettings": "A String", # Name of the CX SecuritySettings reference for the agent. Format: `projects//locations//securitySettings/`.
959
970
"sttConfig": { # Configures speech transcription for ConversationProfile. # Settings for speech transcription.
960
971
"speechModelVariant": "A String", # 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.
961
972
},
973
+
"timeZone": "A String", # 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.
962
974
"updateTime": "A String", # Output only. Update time of the conversation profile.
Copy file name to clipboardExpand all lines: docs/dyn/dialogflow_v2beta1.projects.locations.agent.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -233,7 +233,7 @@ <h3>Method Details</h3>
233
233
"entries": [ # The names of the entries that the error is associated with. Format: - "projects//agent", if the error is associated with the entire agent. - "projects//agent/intents/", if the error is associated with certain intents. - "projects//agent/intents//trainingPhrases/", if the error is associated with certain intent training phrases. - "projects//agent/intents//parameters/", if the error is associated with certain intent parameters. - "projects//agent/entities/", if the error is associated with certain entities.
234
234
"A String",
235
235
],
236
-
"errorMessage": "A String", # The detailed error messsage.
236
+
"errorMessage": "A String", # The detailed error message.
237
237
"severity": "A String", # The severity of the error.
0 commit comments