CommunicationMessagesModelFactory.MessageTemplateVideo 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 MessageTemplateVideo.
public static Azure.Communication.Messages.MessageTemplateVideo MessageTemplateVideo (string name = default, Uri uri = default, string caption = default, string fileName = default);
static member MessageTemplateVideo : string * Uri * string * string -> Azure.Communication.Messages.MessageTemplateVideo
Public Shared Function MessageTemplateVideo (Optional name As String = Nothing, Optional uri As Uri = Nothing, Optional caption As String = Nothing, Optional fileName As String = Nothing) As MessageTemplateVideo
Parameters
- name
- String
Template binding reference name.
- uri
- Uri
The (public) URL of the media.
- caption
- String
The [optional] caption of the media object.
- fileName
- String
The [optional] filename of the media file.
Returns
A new MessageTemplateVideo 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