Struct gapi_grpc::google::cloud::dialogflow::v2::FaqAnswer [−][src]
Represents answer from “frequently asked questions”.
Fields
answer: String
The piece of text from the source
knowledge base document.
confidence: f32
The system’s confidence score that this Knowledge answer is a good match for this conversational query, range from 0.0 (completely uncertain) to 1.0 (completely certain).
question: String
The corresponding FAQ question.
source: String
Indicates which Knowledge Document this answer was extracted
from.
Format: projects/<Project ID>/locations/<Location ID>/agent/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>
.
metadata: HashMap<String, String>
A map that contains metadata about the answer and the document from which it originates.
answer_record: String
The name of answer record, in the format of
“projects/
Trait Implementations
impl Clone for FaqAnswer
[src][+]
impl Debug for FaqAnswer
[src][+]
impl Default for FaqAnswer
[src][+]
impl Message for FaqAnswer
[src][+]
impl PartialEq<FaqAnswer> for FaqAnswer
[src][+]
impl StructuralPartialEq for FaqAnswer
[src]
Auto Trait Implementations
impl RefUnwindSafe for FaqAnswer
impl Send for FaqAnswer
impl Sync for FaqAnswer
impl Unpin for FaqAnswer
impl UnwindSafe for FaqAnswer
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,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,