Share via


HttpRequestSequenceMock.MatchType Property

Definition

Gets or sets the match type for body.

public Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.HttpRequestMocks.HttpRequestSequenceMock.BodyMatchType MatchType { get; set; }
member this.MatchType : Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.HttpRequestMocks.HttpRequestSequenceMock.BodyMatchType with get, set
Public Property MatchType As HttpRequestSequenceMock.BodyMatchType

Property Value

One of Exact, Partial.

Applies to