public static class UpdateOsvcChannelDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateOsvcChannelDetails.Builder name(String name)
public UpdateOsvcChannelDetails.Builder description(String description)
public UpdateOsvcChannelDetails.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds)
public UpdateOsvcChannelDetails.Builder freeformTags(Map<String,String> freeformTags)
public UpdateOsvcChannelDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public UpdateOsvcChannelDetails.Builder host(String host)
The host.
For OSVC, you can derive these values from the URL that you use to launch the Agent Browser User Interface or the chat launch page. For example, if the URL is https://sitename.exampledomain.com/app/chat/chat_launch, then the host is sitename.exampledomain.com.
For FUSION, this is the host portion of your Oracle Applications Cloud (Fusion) instance's URL. For example: sitename.exampledomain.com.
host
- the value to setpublic UpdateOsvcChannelDetails.Builder port(String port)
The port.
port
- the value to setpublic UpdateOsvcChannelDetails.Builder userName(String userName)
The user name for the digital-assistant agent.
userName
- the value to setpublic UpdateOsvcChannelDetails.Builder password(String password)
The password for the digital-assistant agent.
password
- the value to setpublic UpdateOsvcChannelDetails.Builder totalSessionCount(Integer totalSessionCount)
The total session count.
totalSessionCount
- the value to setpublic UpdateOsvcChannelDetails.Builder channelService(OsvcServiceType channelService)
The type of OSVC service.
channelService
- the value to setpublic UpdateOsvcChannelDetails.Builder authenticationProviderName(String authenticationProviderName)
The name of the Authentication Provider to use to authenticate the user.
authenticationProviderName
- the value to setpublic UpdateOsvcChannelDetails.Builder botId(String botId)
The ID of the Skill or Digital Assistant that the Channel is routed to.
botId
- the value to setpublic UpdateOsvcChannelDetails build()
public UpdateOsvcChannelDetails.Builder copy(UpdateOsvcChannelDetails model)
Copyright © 2016–2024. All rights reserved.