EventGridModelFactory.AcsMessageContext(String, String) 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.
Initializes a new instance of AcsMessageContext.
public static Azure.Messaging.EventGrid.SystemEvents.AcsMessageContext AcsMessageContext (string from = default, string messageId = default);
static member AcsMessageContext : string * string -> Azure.Messaging.EventGrid.SystemEvents.AcsMessageContext
Public Shared Function AcsMessageContext (Optional from As String = Nothing, Optional messageId As String = Nothing) As AcsMessageContext
Parameters
- from
- String
The WhatsApp ID for the customer who replied to an inbound message.
- messageId
- String
The message ID for the sent message for an inbound reply.
Returns
A new AcsMessageContext instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET