set Region
abstract fun setRegion(region: String): ConversationsClient.Properties.Builder
Content copied to clipboard
Select Twilio server region to connect to. Conversations instances exist in specific regions, so this should only be changed if needed. Defaults to `us1`.
Return
Self for chaining.
Parameters
region
Region such as `us1` or `ie1`.