Package com.oracle.bmc.oda.model
Class CreateMSTeamsChannelResult.Builder
- java.lang.Object
-
- com.oracle.bmc.oda.model.CreateMSTeamsChannelResult.Builder
-
- Enclosing class:
- CreateMSTeamsChannelResult
public static class CreateMSTeamsChannelResult.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public CreateMSTeamsChannelResult.Builder id(String id)
-
name
public CreateMSTeamsChannelResult.Builder name(String name)
-
description
public CreateMSTeamsChannelResult.Builder description(String description)
-
category
public CreateMSTeamsChannelResult.Builder category(ChannelCategory category)
-
sessionExpiryDurationInMilliseconds
public CreateMSTeamsChannelResult.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds)
-
lifecycleState
public CreateMSTeamsChannelResult.Builder lifecycleState(LifecycleState lifecycleState)
-
timeCreated
public CreateMSTeamsChannelResult.Builder timeCreated(Date timeCreated)
-
timeUpdated
public CreateMSTeamsChannelResult.Builder timeUpdated(Date timeUpdated)
-
freeformTags
public CreateMSTeamsChannelResult.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public CreateMSTeamsChannelResult.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
msaAppId
public CreateMSTeamsChannelResult.Builder msaAppId(String msaAppId)
The Microsoft App ID that you obtained when you created your bot registration in Azure.- Parameters:
msaAppId
- the value to set- Returns:
- this builder
-
botId
public CreateMSTeamsChannelResult.Builder botId(String botId)
The ID of the Skill or Digital Assistant that the Channel is routed to.- Parameters:
botId
- the value to set- Returns:
- this builder
-
webhookUrl
public 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.
- Parameters:
webhookUrl
- the value to set- Returns:
- this builder
-
build
public CreateMSTeamsChannelResult build()
-
copy
public CreateMSTeamsChannelResult.Builder copy(CreateMSTeamsChannelResult model)
-
-