ConversationSummaryOptions.MaxKeyPoints 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 the maximum number of key points in the conversation summary.
public:
property unsigned int MaxKeyPoints { unsigned int get(); void set(unsigned int value); };
uint32_t MaxKeyPoints();
void MaxKeyPoints(uint32_t value);
public uint MaxKeyPoints { get; set; }
var uInt32 = conversationSummaryOptions.maxKeyPoints;
conversationSummaryOptions.maxKeyPoints = uInt32;
Public Property MaxKeyPoints As UInteger
Property Value
The maximum number of key points in the conversation summary. Default is 6.
Remarks
A key point is a critical piece of information extracted from a longer, more detailed response.