ConversationResourceResponse Constructors
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.
Overloads
ConversationResourceResponse() |
Initializes a new instance of the ConversationResourceResponse class. |
ConversationResourceResponse(String, String, String) |
Initializes a new instance of the ConversationResourceResponse class. |
ConversationResourceResponse()
Initializes a new instance of the ConversationResourceResponse class.
public ConversationResourceResponse ();
Public Sub New ()
Applies to
ConversationResourceResponse(String, String, String)
Initializes a new instance of the ConversationResourceResponse class.
public ConversationResourceResponse (string activityId = default, string serviceUrl = default, string id = default);
new Microsoft.Bot.Schema.ConversationResourceResponse : string * string * string -> Microsoft.Bot.Schema.ConversationResourceResponse
Public Sub New (Optional activityId As String = Nothing, Optional serviceUrl As String = Nothing, Optional id As String = Nothing)
Parameters
- activityId
- String
ID of the Activity (if sent).
- serviceUrl
- String
Service endpoint where operations concerning the conversation may be performed.
- id
- String
Id of the resource.