[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `SpeechContext` class is part of the Google Cloud Dialogflow v2 API, designed to give the speech recognizer hints for better recognition in specific conversational states."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for deep cloning, message handling, and equality comparisons."],["It has two constructors, one default and one that accepts another `SpeechContext` instance, enabling the creation of new `SpeechContext` objects and copies."],["The `Boost` property, a float, allows increasing the probability of recognizing specific phrases within the context, with Dialogflow recommending values in the range of (0, 20]."],["The `Phrases` property, a list of strings, allows for providing words and phrases that the speech recognizer should prioritize, with a link provided to the Cloud Speech documentation for usage limitations."]]],[]]