BotAssert.ConversationReferenceNotNull(ConversationReference) Method
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.
Checks that a conversation reference object is not null
.
public static void ConversationReferenceNotNull (Microsoft.Bot.Schema.ConversationReference reference);
static member ConversationReferenceNotNull : Microsoft.Bot.Schema.ConversationReference -> unit
Public Shared Sub ConversationReferenceNotNull (reference As ConversationReference)
Parameters
- reference
- ConversationReference
The conversation reference object.
Exceptions
reference
is null
.