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