public static class CreateMSTeamsChannelResult.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateMSTeamsChannelResult.Builder id(String id)
public CreateMSTeamsChannelResult.Builder name(String name)
public CreateMSTeamsChannelResult.Builder description(String description)
public CreateMSTeamsChannelResult.Builder category(ChannelCategory category)
public CreateMSTeamsChannelResult.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds)
public CreateMSTeamsChannelResult.Builder lifecycleState(LifecycleState lifecycleState)
public CreateMSTeamsChannelResult.Builder timeCreated(Date timeCreated)
public CreateMSTeamsChannelResult.Builder timeUpdated(Date timeUpdated)
public CreateMSTeamsChannelResult.Builder freeformTags(Map<String,String> freeformTags)
public CreateMSTeamsChannelResult.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public CreateMSTeamsChannelResult.Builder msaAppId(String msaAppId)
The Microsoft App ID that you obtained when you created your bot registration in Azure.
msaAppId
- the value to setpublic CreateMSTeamsChannelResult.Builder botId(String botId)
The ID of the Skill or Digital Assistant that the Channel is routed to.
botId
- the value to setpublic CreateMSTeamsChannelResult.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.
webhookUrl
- the value to setpublic CreateMSTeamsChannelResult build()
public CreateMSTeamsChannelResult.Builder copy(CreateMSTeamsChannelResult model)
Copyright © 2016–2024. All rights reserved.