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