Class SmsChannelPropertiesResponse
- java.lang.Object
-
- com.pulumi.azurenative.botservice.outputs.SmsChannelPropertiesResponse
-
public final class SmsChannelPropertiesResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SmsChannelPropertiesResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
accountSID()
java.util.Optional<java.lang.String>
authToken()
static SmsChannelPropertiesResponse.Builder
builder()
static SmsChannelPropertiesResponse.Builder
builder(SmsChannelPropertiesResponse defaults)
java.lang.Boolean
isEnabled()
java.util.Optional<java.lang.Boolean>
isValidated()
java.lang.String
phone()
-
-
-
Method Detail
-
accountSID
public java.lang.String accountSID()
- Returns:
- The Sms account SID. Value only returned through POST to the action Channel List API, otherwise empty.
-
authToken
public java.util.Optional<java.lang.String> authToken()
- Returns:
- The Sms auth token. Value only returned through POST to the action Channel List API, otherwise empty.
-
isEnabled
public java.lang.Boolean isEnabled()
- Returns:
- Whether this channel is enabled for the bot
-
isValidated
public java.util.Optional<java.lang.Boolean> isValidated()
- Returns:
- Whether this channel is validated for the bot
-
phone
public java.lang.String phone()
- Returns:
- The Sms phone
-
builder
public static SmsChannelPropertiesResponse.Builder builder()
-
builder
public static SmsChannelPropertiesResponse.Builder builder(SmsChannelPropertiesResponse defaults)
-
-