File tree Expand file tree Collapse file tree
google/cloud/dialogflow/cx/v3beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -437,7 +437,7 @@ message Tool {
437437 }
438438
439439 // Required. The full resource name of the referenced Integration Connectors
440- // Connection. Format: ' projects/*/locations/*/connections/*'
440+ // Connection. Format: ` projects/*/locations/*/connections/*`
441441 string name = 1 [(google.api.field_behavior ) = REQUIRED ];
442442
443443 // Required. Actions for the tool to use.
@@ -593,11 +593,14 @@ message Tool {
593593 // is empty or unspecified, Dialogflow will use Google's default trust
594594 // store to verify certificates. N.B. Make sure the HTTPS server
595595 // certificates are signed with "subject alt name". For instance a
596- // certificate can be self-signed using the following command,
596+ // certificate can be self-signed using the following command:
597+ //
598+ // ```
597599 // openssl x509 -req -days 200 -in example.com.csr \
598600 // -signkey example.com.key \
599601 // -out example.com.crt \
600602 // -extfile <(printf "\nsubjectAltName='DNS:www.example.com'")
603+ // ```
601604 bytes cert = 2 [(google.api.field_behavior ) = REQUIRED ];
602605 }
603606
You can’t perform that action at this time.
0 commit comments