We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22a9ec commit e80a505Copy full SHA for e80a505
snippets/src/main/java/voice/callouts/Call.java
@@ -37,7 +37,7 @@ public static void main(String[] args) {
37
38
CalloutsService calloutsService = client.voice().v1().callouts();
39
40
- LOGGER.info(String.format("Calling phone number '%s'", phoneNumberToBeCalled));
+ LOGGER.info(String.format("Calling phone number '%s'", recipientPhoneNumber));
41
42
CalloutRequestTTS request =
43
CalloutRequestTTS.builder()
0 commit comments