Bot.DefinitionStages.WithProperties Interface
public static interface Bot.DefinitionStages.WithProperties
The stage of the Bot definition allowing to specify properties.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withProperties(BotProperties properties)
Specifies the properties property: The set of properties specific to bot resource. |
Method Details
withProperties
public abstract Bot.DefinitionStages.WithCreate withProperties(BotProperties properties)
Specifies the properties property: The set of properties specific to bot resource.
Parameters:
Returns: