Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::SummarizationContext.
Summarization context that customer can configure.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#few_shot_examples
def few_shot_examples() -> ::Array<::Google::Cloud::Dialogflow::V2::FewShotExample>
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::FewShotExample>) — Optional. List of few shot examples.
#few_shot_examples=
def few_shot_examples=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::FewShotExample>
Parameter
- value (::Array<::Google::Cloud::Dialogflow::V2::FewShotExample>) — Optional. List of few shot examples.
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::FewShotExample>) — Optional. List of few shot examples.
#output_language_code
def output_language_code() -> ::String
Returns
- (::String) — Optional. The target language of the generated summary. The language code for conversation will be used if this field is empty. Supported 2.0 and later versions.
#output_language_code=
def output_language_code=(value) -> ::String
Parameter
- value (::String) — Optional. The target language of the generated summary. The language code for conversation will be used if this field is empty. Supported 2.0 and later versions.
Returns
- (::String) — Optional. The target language of the generated summary. The language code for conversation will be used if this field is empty. Supported 2.0 and later versions.
#summarization_sections
def summarization_sections() -> ::Array<::Google::Cloud::Dialogflow::V2::SummarizationSection>
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::SummarizationSection>) — Optional. List of sections. Note it contains both predefined section sand customer defined sections.
#summarization_sections=
def summarization_sections=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::SummarizationSection>
Parameter
- value (::Array<::Google::Cloud::Dialogflow::V2::SummarizationSection>) — Optional. List of sections. Note it contains both predefined section sand customer defined sections.
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::SummarizationSection>) — Optional. List of sections. Note it contains both predefined section sand customer defined sections.
#version
def version() -> ::String
Returns
- (::String) — Optional. Version of the feature. If not set, default to latest version. Current candidates are ["1.0"].
#version=
def version=(value) -> ::String
Parameter
- value (::String) — Optional. Version of the feature. If not set, default to latest version. Current candidates are ["1.0"].
Returns
- (::String) — Optional. Version of the feature. If not set, default to latest version. Current candidates are ["1.0"].