str
Required. The name of the allowed custom CA
certificates. This can be used to disambiguate
the custom CA certificates.
cert
bytes
Required. The allowed custom CA certificates (in DER format)
for HTTPS verification. This overrides the default SSL trust
store. If this is empty or unspecified, Dialogflow will use
Google's default trust store to verify certificates. N.B.
Make sure the HTTPS server certificates are signed with
"subject alt name". For instance a certificate can be
self-signed using the following command,
::
openssl x509 -req -days 200 -in example.com.csr \
-signkey example.com.key \
-out example.com.crt \
-extfile <(printf "\nsubjectaltname='DNS:www.example.com' ")="">
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-31 UTC."],[],[]]