Bot.UpdateStages.WithProperties Interface

public static interface Bot.UpdateStages.WithProperties

The stage of the Bot update allowing to specify properties.

Method Summary

Modifier and Type Method and Description
abstract Update withProperties(BotProperties properties)

Specifies the properties property: The set of properties specific to bot resource.

Method Details

withProperties

public abstract Bot.Update 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