Struct google_dialogflow2::api::GoogleCloudDialogflowV2SpeechContext [−][src]
Hints for the speech recognizer to help with recognition in a specific conversation state.
This type is not used in any activity, and only used as part of another schema.
Fields
boost: Option<f32>Optional. Boost for this context compared to other contexts: * If the boost is positive, Dialogflow will increase the probability that the phrases in this context are recognized over similar sounding phrases. * If the boost is unspecified or non-positive, Dialogflow will not apply any boost. Dialogflow recommends that you use boosts in the range (0, 20] and that you find a value that fits your use case with binary search.
phrases: Option<Vec<String>>Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. This list can be used to: * improve accuracy for words and phrases you expect the user to say, e.g. typical commands for your Dialogflow agent * add additional words to the speech recognizer vocabulary * ... See the Cloud Speech documentation for usage limits.
Trait Implementations
impl Clone for GoogleCloudDialogflowV2SpeechContext[src]
fn clone(&self) -> GoogleCloudDialogflowV2SpeechContext[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for GoogleCloudDialogflowV2SpeechContext[src]
impl Default for GoogleCloudDialogflowV2SpeechContext[src]
impl<'de> Deserialize<'de> for GoogleCloudDialogflowV2SpeechContext[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Part for GoogleCloudDialogflowV2SpeechContext[src]
impl Serialize for GoogleCloudDialogflowV2SpeechContext[src]
Auto Trait Implementations
impl RefUnwindSafe for GoogleCloudDialogflowV2SpeechContext[src]
impl Send for GoogleCloudDialogflowV2SpeechContext[src]
impl Sync for GoogleCloudDialogflowV2SpeechContext[src]
impl Unpin for GoogleCloudDialogflowV2SpeechContext[src]
impl UnwindSafe for GoogleCloudDialogflowV2SpeechContext[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,