public interface GenerativeSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GenerativeSettings.FallbackSettings |
getFallbackSettings()
Settings for Generative Fallback.
|
GenerativeSettings.FallbackSettingsOrBuilder |
getFallbackSettingsOrBuilder()
Settings for Generative Fallback.
|
SafetySettings |
getGenerativeSafetySettings()
Settings for Generative Safety.
|
SafetySettingsOrBuilder |
getGenerativeSafetySettingsOrBuilder()
Settings for Generative Safety.
|
GenerativeSettings.KnowledgeConnectorSettings |
getKnowledgeConnectorSettings()
Settings for knowledge connector.
|
GenerativeSettings.KnowledgeConnectorSettingsOrBuilder |
getKnowledgeConnectorSettingsOrBuilder()
Settings for knowledge connector.
|
String |
getLanguageCode()
Language for this settings.
|
com.google.protobuf.ByteString |
getLanguageCodeBytes()
Language for this settings.
|
String |
getName()
Format:
`projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/generativeSettings`.
|
com.google.protobuf.ByteString |
getNameBytes()
Format:
`projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/generativeSettings`.
|
boolean |
hasFallbackSettings()
Settings for Generative Fallback.
|
boolean |
hasGenerativeSafetySettings()
Settings for Generative Safety.
|
boolean |
hasKnowledgeConnectorSettings()
Settings for knowledge connector.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/generativeSettings`.
string name = 5;com.google.protobuf.ByteString getNameBytes()
Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/generativeSettings`.
string name = 5;boolean hasFallbackSettings()
Settings for Generative Fallback.
.google.cloud.dialogflow.cx.v3.GenerativeSettings.FallbackSettings fallback_settings = 1;
GenerativeSettings.FallbackSettings getFallbackSettings()
Settings for Generative Fallback.
.google.cloud.dialogflow.cx.v3.GenerativeSettings.FallbackSettings fallback_settings = 1;
GenerativeSettings.FallbackSettingsOrBuilder getFallbackSettingsOrBuilder()
Settings for Generative Fallback.
.google.cloud.dialogflow.cx.v3.GenerativeSettings.FallbackSettings fallback_settings = 1;
boolean hasGenerativeSafetySettings()
Settings for Generative Safety.
.google.cloud.dialogflow.cx.v3.SafetySettings generative_safety_settings = 3;SafetySettings getGenerativeSafetySettings()
Settings for Generative Safety.
.google.cloud.dialogflow.cx.v3.SafetySettings generative_safety_settings = 3;SafetySettingsOrBuilder getGenerativeSafetySettingsOrBuilder()
Settings for Generative Safety.
.google.cloud.dialogflow.cx.v3.SafetySettings generative_safety_settings = 3;boolean hasKnowledgeConnectorSettings()
Settings for knowledge connector.
.google.cloud.dialogflow.cx.v3.GenerativeSettings.KnowledgeConnectorSettings knowledge_connector_settings = 7;
GenerativeSettings.KnowledgeConnectorSettings getKnowledgeConnectorSettings()
Settings for knowledge connector.
.google.cloud.dialogflow.cx.v3.GenerativeSettings.KnowledgeConnectorSettings knowledge_connector_settings = 7;
GenerativeSettings.KnowledgeConnectorSettingsOrBuilder getKnowledgeConnectorSettingsOrBuilder()
Settings for knowledge connector.
.google.cloud.dialogflow.cx.v3.GenerativeSettings.KnowledgeConnectorSettings knowledge_connector_settings = 7;
String getLanguageCode()
Language for this settings.
string language_code = 4;com.google.protobuf.ByteString getLanguageCodeBytes()
Language for this settings.
string language_code = 4;Copyright © 2025 Google LLC. All rights reserved.