Package com.oracle.bmc.oda.model
Class UpdateMSTeamsChannelDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.oda.model.UpdateMSTeamsChannelDetails.Builder
-
- Enclosing class:
- UpdateMSTeamsChannelDetails
public static class UpdateMSTeamsChannelDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
name
public UpdateMSTeamsChannelDetails.Builder name(String name)
-
description
public UpdateMSTeamsChannelDetails.Builder description(String description)
-
sessionExpiryDurationInMilliseconds
public UpdateMSTeamsChannelDetails.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds)
-
freeformTags
public UpdateMSTeamsChannelDetails.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public UpdateMSTeamsChannelDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
msaAppId
public UpdateMSTeamsChannelDetails.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 UpdateMSTeamsChannelDetails.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 UpdateMSTeamsChannelDetails.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 UpdateMSTeamsChannelDetails build()
-
copy
public UpdateMSTeamsChannelDetails.Builder copy(UpdateMSTeamsChannelDetails model)
-
-