Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::SafetySettings::Phrase.
Text input which can be used for prompt or banned phrases.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#language_code
def language_code() -> ::String
Returns
- (::String) — Required. Language code of the phrase.
#language_code=
def language_code=(value) -> ::String
Parameter
- value (::String) — Required. Language code of the phrase.
Returns
- (::String) — Required. Language code of the phrase.
#text
def text() -> ::String
Returns
- (::String) — Required. Text input which can be used for prompt or banned phrases.
#text=
def text=(value) -> ::String
Parameter
- value (::String) — Required. Text input which can be used for prompt or banned phrases.
Returns
- (::String) — Required. Text input which can be used for prompt or banned phrases.