Package com.sinch.sdk.models
Class VoiceContext.Builder
java.lang.Object
com.sinch.sdk.models.VoiceContext.Builder
- Enclosing class:
VoiceContext
Dedicated Builder
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Create instancesetVoiceApplicationMngmtUrl
(String voiceApplicationMngmtUrl) Set URL dedicated to Voice Application management to be usedsetVoiceRegion
(VoiceRegion voiceRegion) Set region to be used for Voice servicesetVoiceUrl
(String voiceUrl) Set Voice URL to be used
-
Method Details
-
setVoiceRegion
Set region to be used for Voice service- Parameters:
voiceRegion
- The region- Returns:
- Current builder
- Since:
- 1.0
-
setVoiceUrl
Set Voice URL to be used- Parameters:
voiceUrl
- Voice URL- Returns:
- Current builder
- Since:
- 1.0
-
setVoiceApplicationMngmtUrl
Set URL dedicated to Voice Application management to be used- Parameters:
voiceApplicationMngmtUrl
- Voice Application Management URL- Returns:
- Current builder
- Since:
- 1.0
-
build
Create instance- Returns:
- The instance build with current builder values
- Since:
- 1.0
-