Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::DataStoreConnectionSignals::SearchSnippet.
Search snippet details.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#document_title
def document_title() -> ::String
Returns
- (::String) — Title of the enclosing document.
#document_title=
def document_title=(value) -> ::String
Parameter
- value (::String) — Title of the enclosing document.
Returns
- (::String) — Title of the enclosing document.
#document_uri
def document_uri() -> ::String
Returns
- (::String) — Uri for the document. Present if specified for the document.
#document_uri=
def document_uri=(value) -> ::String
Parameter
- value (::String) — Uri for the document. Present if specified for the document.
Returns
- (::String) — Uri for the document. Present if specified for the document.
#text
def text() -> ::String
Returns
- (::String) — Text included in the prompt.
#text=
def text=(value) -> ::String
Parameter
- value (::String) — Text included in the prompt.
Returns
- (::String) — Text included in the prompt.