setRegion

abstract fun setRegion(region: String): ConversationsClient.Properties.Builder

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`.