Package | Description |
---|---|
com.oracle.bmc.oda.model |
Modifier and Type | Method and Description |
---|---|
CreateCortanaChannelResult.Builder |
CreateCortanaChannelResult.Builder.botId(String botId)
The ID of the Skill or Digital Assistant that the Channel is routed to.
|
static CreateCortanaChannelResult.Builder |
CreateCortanaChannelResult.builder()
Create a new builder.
|
CreateCortanaChannelResult.Builder |
CreateCortanaChannelResult.Builder.category(ChannelCategory category) |
CreateCortanaChannelResult.Builder |
CreateCortanaChannelResult.Builder.copy(CreateCortanaChannelResult model) |
CreateCortanaChannelResult.Builder |
CreateCortanaChannelResult.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
CreateCortanaChannelResult.Builder |
CreateCortanaChannelResult.Builder.description(String description) |
CreateCortanaChannelResult.Builder |
CreateCortanaChannelResult.Builder.freeformTags(Map<String,String> freeformTags) |
CreateCortanaChannelResult.Builder |
CreateCortanaChannelResult.Builder.id(String id) |
CreateCortanaChannelResult.Builder |
CreateCortanaChannelResult.Builder.lifecycleState(LifecycleState lifecycleState) |
CreateCortanaChannelResult.Builder |
CreateCortanaChannelResult.Builder.msaAppId(String msaAppId)
The Microsoft App ID that you obtained when you created your bot registration in Azure.
|
CreateCortanaChannelResult.Builder |
CreateCortanaChannelResult.Builder.name(String name) |
CreateCortanaChannelResult.Builder |
CreateCortanaChannelResult.Builder.sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds) |
CreateCortanaChannelResult.Builder |
CreateCortanaChannelResult.Builder.timeCreated(Date timeCreated) |
CreateCortanaChannelResult.Builder |
CreateCortanaChannelResult.Builder.timeUpdated(Date timeUpdated) |
CreateCortanaChannelResult.Builder |
CreateCortanaChannelResult.toBuilder() |
CreateCortanaChannelResult.Builder |
CreateCortanaChannelResult.Builder.webhookUrl(String webhookUrl)
The URL to use to send messages to this channel.
|
Copyright © 2016–2023. All rights reserved.