public enum RetrievalStrategy extends Enum<RetrievalStrategy> implements ProtocolMessageEnumRetrieval strategy on how the example is selected to be fed to the prompt.
Protobuf enum google.cloud.dialogflow.cx.v3beta1.RetrievalStrategy
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DEFAULT |
Default retrieval strategy. |
DEFAULT_VALUE |
Default retrieval strategy. |
NEVER |
Example will never be inserted into the prompt. |
NEVER_VALUE |
Example will never be inserted into the prompt. |
RETRIEVAL_STRATEGY_UNSPECIFIED |
Not specified. |
RETRIEVAL_STRATEGY_UNSPECIFIED_VALUE |
Not specified. |
STATIC |
Static example will always be inserted to the prompt. |
STATIC_VALUE |
Static example will always be inserted to the prompt. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|