Citation(String, String, String) Constructor
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.
Citations used in the message.
public Citation(string content, string title, string url);
new Microsoft.Agents.Core.Models.Citation : string * string * string -> Microsoft.Agents.Core.Models.Citation
Public Sub New (content As String, title As String, url As String)
Parameters
- content
- String
The content of the citation.
- title
- String
The title of the citation.
- url
- String
The url of the citation.
Remarks
Constructs a citation.