ConversationReferenceBuilder.WithActivityId(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.
Sets the activity identifier for the reference being built.
public Microsoft.Agents.Builder.App.Proactive.ConversationReferenceBuilder WithActivityId(string activityId);
member this.WithActivityId : string -> Microsoft.Agents.Builder.App.Proactive.ConversationReferenceBuilder
Public Function WithActivityId (activityId As String) As ConversationReferenceBuilder
Parameters
- activityId
- String
The unique identifier to associate with the activity. Can be null or empty if no activity ID is required.
Returns
The current ConversationReferenceBuilder instance with the updated activity identifier.