Uses of Class
com.oracle.bmc.oda.model.CortanaChannel.Builder
-
Packages that use CortanaChannel.Builder Package Description com.oracle.bmc.oda.model -
-
Uses of CortanaChannel.Builder in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return CortanaChannel.Builder Modifier and Type Method Description CortanaChannel.Builder
CortanaChannel.Builder. botId(String botId)
The ID of the Skill or Digital Assistant that the Channel is routed to.static CortanaChannel.Builder
CortanaChannel. builder()
Create a new builder.CortanaChannel.Builder
CortanaChannel.Builder. category(ChannelCategory category)
CortanaChannel.Builder
CortanaChannel.Builder. copy(CortanaChannel model)
CortanaChannel.Builder
CortanaChannel.Builder. definedTags(Map<String,Map<String,Object>> definedTags)
CortanaChannel.Builder
CortanaChannel.Builder. description(String description)
CortanaChannel.Builder
CortanaChannel.Builder. freeformTags(Map<String,String> freeformTags)
CortanaChannel.Builder
CortanaChannel.Builder. id(String id)
CortanaChannel.Builder
CortanaChannel.Builder. lifecycleState(LifecycleState lifecycleState)
CortanaChannel.Builder
CortanaChannel.Builder. msaAppId(String msaAppId)
The Microsoft App ID that you obtained when you created your bot registration in Azure.CortanaChannel.Builder
CortanaChannel.Builder. name(String name)
CortanaChannel.Builder
CortanaChannel.Builder. sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds)
CortanaChannel.Builder
CortanaChannel.Builder. timeCreated(Date timeCreated)
CortanaChannel.Builder
CortanaChannel.Builder. timeUpdated(Date timeUpdated)
CortanaChannel.Builder
CortanaChannel. toBuilder()
CortanaChannel.Builder
CortanaChannel.Builder. webhookUrl(String webhookUrl)
The URL to use to send messages to this channel.
-