Struct google_api_proto::google::cloud::dialogflow::cx::v3::FulfillIntentResponse
source · pub struct FulfillIntentResponse {
pub response_id: String,
pub query_result: Option<QueryResult>,
pub output_audio: Bytes,
pub output_audio_config: Option<OutputAudioConfig>,
}
Expand description
Response of [FulfillIntent][]
Fields§
§response_id: String
Output only. The unique identifier of the response. It can be used to locate a response in the training example set or for reporting issues.
query_result: Option<QueryResult>
The result of the conversational query.
output_audio: Bytes
The audio data bytes encoded as specified in the request.
Note: The output audio is generated based on the values of default platform
text responses found in the
[query_result.response_messages
][google.cloud.dialogflow.cx.v3.QueryResult.response_messages]
field. If multiple default text responses exist, they will be concatenated
when generating audio. If no default platform text responses exist, the
generated audio content will be empty.
In some scenarios, multiple output audio fields may be present in the response structure. In these cases, only the top-most-level audio output has content.
output_audio_config: Option<OutputAudioConfig>
The config used by the speech synthesizer to generate the output audio.
Trait Implementations§
source§impl Clone for FulfillIntentResponse
impl Clone for FulfillIntentResponse
source§fn clone(&self) -> FulfillIntentResponse
fn clone(&self) -> FulfillIntentResponse
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for FulfillIntentResponse
impl Debug for FulfillIntentResponse
source§impl Default for FulfillIntentResponse
impl Default for FulfillIntentResponse
source§impl Message for FulfillIntentResponse
impl Message for FulfillIntentResponse
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for FulfillIntentResponse
impl PartialEq for FulfillIntentResponse
source§fn eq(&self, other: &FulfillIntentResponse) -> bool
fn eq(&self, other: &FulfillIntentResponse) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for FulfillIntentResponse
Auto Trait Implementations§
impl !Freeze for FulfillIntentResponse
impl RefUnwindSafe for FulfillIntentResponse
impl Send for FulfillIntentResponse
impl Sync for FulfillIntentResponse
impl Unpin for FulfillIntentResponse
impl UnwindSafe for FulfillIntentResponse
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request