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.BuilderCortanaChannel.Builder. botId(String botId)The ID of the Skill or Digital Assistant that the Channel is routed to.static CortanaChannel.BuilderCortanaChannel. builder()Create a new builder.CortanaChannel.BuilderCortanaChannel.Builder. category(ChannelCategory category)CortanaChannel.BuilderCortanaChannel.Builder. copy(CortanaChannel model)CortanaChannel.BuilderCortanaChannel.Builder. definedTags(Map<String,Map<String,Object>> definedTags)CortanaChannel.BuilderCortanaChannel.Builder. description(String description)CortanaChannel.BuilderCortanaChannel.Builder. freeformTags(Map<String,String> freeformTags)CortanaChannel.BuilderCortanaChannel.Builder. id(String id)CortanaChannel.BuilderCortanaChannel.Builder. lifecycleState(LifecycleState lifecycleState)CortanaChannel.BuilderCortanaChannel.Builder. msaAppId(String msaAppId)The Microsoft App ID that you obtained when you created your bot registration in Azure.CortanaChannel.BuilderCortanaChannel.Builder. name(String name)CortanaChannel.BuilderCortanaChannel.Builder. sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds)CortanaChannel.BuilderCortanaChannel.Builder. timeCreated(Date timeCreated)CortanaChannel.BuilderCortanaChannel.Builder. timeUpdated(Date timeUpdated)CortanaChannel.BuilderCortanaChannel. toBuilder()CortanaChannel.BuilderCortanaChannel.Builder. webhookUrl(String webhookUrl)The URL to use to send messages to this channel.
-