ConversationSummaryOptions.IncludeParticipantAttribution Property
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.
Gets or sets whether to include the names of conversation participants in the response.
public:
property bool IncludeParticipantAttribution { bool get(); void set(bool value); };
bool IncludeParticipantAttribution();
void IncludeParticipantAttribution(bool value);
public bool IncludeParticipantAttribution { get; set; }
var boolean = conversationSummaryOptions.includeParticipantAttribution;
conversationSummaryOptions.includeParticipantAttribution = boolean;
Public Property IncludeParticipantAttribution As Boolean
Property Value
bool
True, if names of conversation participants are included in the response; otherwise, false. Default is false.