Package com.oracle.bmc.oda.model
Class CreateCortanaChannelResult.Builder
- java.lang.Object
-
- com.oracle.bmc.oda.model.CreateCortanaChannelResult.Builder
-
- Enclosing class:
- CreateCortanaChannelResult
public static class CreateCortanaChannelResult.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public CreateCortanaChannelResult.Builder id(String id)
-
name
public CreateCortanaChannelResult.Builder name(String name)
-
description
public CreateCortanaChannelResult.Builder description(String description)
-
category
public CreateCortanaChannelResult.Builder category(ChannelCategory category)
-
sessionExpiryDurationInMilliseconds
public CreateCortanaChannelResult.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds)
-
lifecycleState
public CreateCortanaChannelResult.Builder lifecycleState(LifecycleState lifecycleState)
-
timeCreated
public CreateCortanaChannelResult.Builder timeCreated(Date timeCreated)
-
timeUpdated
public CreateCortanaChannelResult.Builder timeUpdated(Date timeUpdated)
-
freeformTags
public CreateCortanaChannelResult.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public CreateCortanaChannelResult.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
msaAppId
public CreateCortanaChannelResult.Builder msaAppId(String msaAppId)
The Microsoft App ID that you obtained when you created your bot registration in Azure.- Parameters:
msaAppId
- the value to set- Returns:
- this builder
-
botId
public CreateCortanaChannelResult.Builder botId(String botId)
The ID of the Skill or Digital Assistant that the Channel is routed to.- Parameters:
botId
- the value to set- Returns:
- this builder
-
webhookUrl
public CreateCortanaChannelResult.Builder webhookUrl(String webhookUrl)
The URL to use to send messages to this channel.This will be generally be used to configure a webhook in a 3rd party messaging system to send messages to this channel.
- Parameters:
webhookUrl
- the value to set- Returns:
- this builder
-
build
public CreateCortanaChannelResult build()
-
copy
public CreateCortanaChannelResult.Builder copy(CreateCortanaChannelResult model)
-
-