Package com.oracle.bmc.oda.model
Class UpdateCortanaChannelDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.oda.model.UpdateCortanaChannelDetails.Builder
-
- Enclosing class:
- UpdateCortanaChannelDetails
public static class UpdateCortanaChannelDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
name
public UpdateCortanaChannelDetails.Builder name(String name)
-
description
public UpdateCortanaChannelDetails.Builder description(String description)
-
sessionExpiryDurationInMilliseconds
public UpdateCortanaChannelDetails.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds)
-
freeformTags
public UpdateCortanaChannelDetails.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public UpdateCortanaChannelDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
msaAppId
public UpdateCortanaChannelDetails.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
-
msaAppPassword
public UpdateCortanaChannelDetails.Builder msaAppPassword(String msaAppPassword)
The client secret that you obtained from your bot registration.- Parameters:
msaAppPassword
- the value to set- Returns:
- this builder
-
botId
public UpdateCortanaChannelDetails.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
-
build
public UpdateCortanaChannelDetails build()
-
copy
public UpdateCortanaChannelDetails.Builder copy(UpdateCortanaChannelDetails model)
-
-