MessagingExtensionQuery Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Messaging extension query.
public class MessagingExtensionQuery
type MessagingExtensionQuery = class
Public Class MessagingExtensionQuery
- Inheritance
-
MessagingExtensionQuery
Constructors
MessagingExtensionQuery() |
Initializes a new instance of the MessagingExtensionQuery class. |
MessagingExtensionQuery(String, IList<MessagingExtensionParameter>, MessagingExtensionQueryOptions, String) |
Initializes a new instance of the MessagingExtensionQuery class. |
Properties
CommandId |
Gets or sets ID of the command assigned by Bot. |
Parameters |
Gets or sets parameters for the query. |
QueryOptions |
Gets or sets the query options. |
State |
Gets or sets state parameter passed back to the bot after authentication/configuration flow. |