Share via


ConversationSummaryOptions.IncludeParticipantAttribution Property

Definition

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

Boolean

bool

True, if names of conversation participants are included in the response; otherwise, false. Default is false.

Applies to