Share via


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 WithCreate 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:

properties - The set of properties specific to bot resource.

Returns:

the next definition stage.

Applies to