public static class CreateOsvcChannelDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateOsvcChannelDetails.Builder name(String name)
public CreateOsvcChannelDetails.Builder description(String description)
public CreateOsvcChannelDetails.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds)
public CreateOsvcChannelDetails.Builder freeformTags(Map<String,String> freeformTags)
public CreateOsvcChannelDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public CreateOsvcChannelDetails.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 CreateOsvcChannelDetails.Builder port(String port)
The port.
port
- the value to setpublic CreateOsvcChannelDetails.Builder userName(String userName)
The user name for the digital-assistant agent.
userName
- the value to setpublic CreateOsvcChannelDetails.Builder password(String password)
The password for the digital-assistant agent.
password
- the value to setpublic CreateOsvcChannelDetails.Builder totalSessionCount(Integer totalSessionCount)
The total session count.
totalSessionCount
- the value to setpublic CreateOsvcChannelDetails.Builder channelService(OsvcServiceType channelService)
The type of OSVC service.
channelService
- the value to setpublic CreateOsvcChannelDetails.Builder authenticationProviderName(String authenticationProviderName)
The name of the Authentication Provider to use to authenticate the user.
authenticationProviderName
- the value to setpublic CreateOsvcChannelDetails.Builder botId(String botId)
The ID of the Skill or Digital Assistant that the Channel is routed to.
botId
- the value to setpublic CreateOsvcChannelDetails build()
public CreateOsvcChannelDetails.Builder copy(CreateOsvcChannelDetails model)
Copyright © 2016–2024. All rights reserved.