HostSettingsResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. botservice. fluent. models. HostSettingsResponseInner
- com.
Implements
public final class HostSettingsResponseInner
implements JsonSerializable<HostSettingsResponseInner>
The response body returned for a request to Bot Service Management to check per subscription hostSettings.
Constructor Summary
| Constructor | Description |
|---|---|
| HostSettingsResponseInner() |
Creates an instance of Host |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
botOpenIdMetadata()
Get the bot |
|
static
Host |
fromJson(JsonReader jsonReader)
Reads an instance of Host |
| String |
oAuthUrl()
Get the o |
| String |
toBotFromChannelOpenIdMetadataUrl()
Get the to |
| String |
toBotFromChannelTokenIssuer()
Get the to |
| String |
toBotFromEmulatorOpenIdMetadataUrl()
Get the to |
| String |
toChannelFromBotLoginUrl()
Get the to |
| String |
toChannelFromBotOAuthScope()
Get the to |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| Boolean |
validateAuthority()
Get the validate |
|
Host |
withBotOpenIdMetadata(String botOpenIdMetadata)
Set the bot |
|
Host |
withOAuthUrl(String oAuthUrl)
Set the o |
|
Host |
withToBotFromChannelOpenIdMetadataUrl(String toBotFromChannelOpenIdMetadataUrl)
Set the to |
|
Host |
withToBotFromChannelTokenIssuer(String toBotFromChannelTokenIssuer)
Set the to |
|
Host |
withToBotFromEmulatorOpenIdMetadataUrl(String toBotFromEmulatorOpenIdMetadataUrl)
Set the to |
|
Host |
withToChannelFromBotLoginUrl(String toChannelFromBotLoginUrl)
Set the to |
|
Host |
withToChannelFromBotOAuthScope(String toChannelFromBotOAuthScope)
Set the to |
|
Host |
withValidateAuthority(Boolean validateAuthority)
Set the validate |
Methods inherited from java.lang.Object
Constructor Details
HostSettingsResponseInner
public HostSettingsResponseInner()
Creates an instance of HostSettingsResponseInner class.
Method Details
botOpenIdMetadata
public String botOpenIdMetadata()
Get the botOpenIdMetadata property: Same as toBotFromChannelOpenIdMetadataUrl, used by SDK < v4.12.
Returns:
fromJson
public static HostSettingsResponseInner fromJson(JsonReader jsonReader)
Reads an instance of HostSettingsResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
oAuthUrl
public String oAuthUrl()
Get the oAuthUrl property: For in-conversation bot user authentication.
Returns:
toBotFromChannelOpenIdMetadataUrl
public String toBotFromChannelOpenIdMetadataUrl()
Get the toBotFromChannelOpenIdMetadataUrl property: For verifying incoming tokens from the channels.
Returns:
toBotFromChannelTokenIssuer
public String toBotFromChannelTokenIssuer()
Get the toBotFromChannelTokenIssuer property: For verifying incoming tokens from the channels.
Returns:
toBotFromEmulatorOpenIdMetadataUrl
public String toBotFromEmulatorOpenIdMetadataUrl()
Get the toBotFromEmulatorOpenIdMetadataUrl property: For verifying incoming tokens from bot emulator.
Returns:
toChannelFromBotLoginUrl
public String toChannelFromBotLoginUrl()
Get the toChannelFromBotLoginUrl property: For getting access token to channels from bot host.
Returns:
toChannelFromBotOAuthScope
public String toChannelFromBotOAuthScope()
Get the toChannelFromBotOAuthScope property: For getting access token to channels from bot host.
Returns:
toJson
validate
public void validate()
Validates the instance.
validateAuthority
public Boolean validateAuthority()
Get the validateAuthority property: Per cloud OAuth setting on whether authority is validated.
Returns:
withBotOpenIdMetadata
public HostSettingsResponseInner withBotOpenIdMetadata(String botOpenIdMetadata)
Set the botOpenIdMetadata property: Same as toBotFromChannelOpenIdMetadataUrl, used by SDK < v4.12.
Parameters:
Returns:
withOAuthUrl
public HostSettingsResponseInner withOAuthUrl(String oAuthUrl)
Set the oAuthUrl property: For in-conversation bot user authentication.
Parameters:
Returns:
withToBotFromChannelOpenIdMetadataUrl
public HostSettingsResponseInner withToBotFromChannelOpenIdMetadataUrl(String toBotFromChannelOpenIdMetadataUrl)
Set the toBotFromChannelOpenIdMetadataUrl property: For verifying incoming tokens from the channels.
Parameters:
Returns:
withToBotFromChannelTokenIssuer
public HostSettingsResponseInner withToBotFromChannelTokenIssuer(String toBotFromChannelTokenIssuer)
Set the toBotFromChannelTokenIssuer property: For verifying incoming tokens from the channels.
Parameters:
Returns:
withToBotFromEmulatorOpenIdMetadataUrl
public HostSettingsResponseInner withToBotFromEmulatorOpenIdMetadataUrl(String toBotFromEmulatorOpenIdMetadataUrl)
Set the toBotFromEmulatorOpenIdMetadataUrl property: For verifying incoming tokens from bot emulator.
Parameters:
Returns:
withToChannelFromBotLoginUrl
public HostSettingsResponseInner withToChannelFromBotLoginUrl(String toChannelFromBotLoginUrl)
Set the toChannelFromBotLoginUrl property: For getting access token to channels from bot host.
Parameters:
Returns:
withToChannelFromBotOAuthScope
public HostSettingsResponseInner withToChannelFromBotOAuthScope(String toChannelFromBotOAuthScope)
Set the toChannelFromBotOAuthScope property: For getting access token to channels from bot host.
Parameters:
Returns:
withValidateAuthority
public HostSettingsResponseInner withValidateAuthority(Boolean validateAuthority)
Set the validateAuthority property: Per cloud OAuth setting on whether authority is validated.
Parameters:
Returns: