public static class UpdateMSTeamsChannelDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateMSTeamsChannelDetails.Builder name(String name)
public UpdateMSTeamsChannelDetails.Builder description(String description)
public UpdateMSTeamsChannelDetails.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds)
public UpdateMSTeamsChannelDetails.Builder freeformTags(Map<String,String> freeformTags)
public UpdateMSTeamsChannelDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public UpdateMSTeamsChannelDetails.Builder msaAppId(String msaAppId)
The Microsoft App ID that you obtained when you created your bot registration in Azure.
msaAppId
- the value to setpublic UpdateMSTeamsChannelDetails.Builder msaAppPassword(String msaAppPassword)
The client secret that you obtained from your bot registration.
msaAppPassword
- the value to setpublic UpdateMSTeamsChannelDetails.Builder botId(String botId)
The ID of the Skill or Digital Assistant that the Channel is routed to.
botId
- the value to setpublic UpdateMSTeamsChannelDetails build()
public UpdateMSTeamsChannelDetails.Builder copy(UpdateMSTeamsChannelDetails model)
Copyright © 2016–2024. All rights reserved.