| Modifier and Type | Method and Description |
|---|---|
static Match.MatchType |
Match.MatchType.forNumber(int value) |
Match.MatchType |
Match.getMatchType()
Type of this [Match][google.cloud.dialogflow.cx.v3.Match].
|
Match.MatchType |
Match.Builder.getMatchType()
Type of this [Match][google.cloud.dialogflow.cx.v3.Match].
|
Match.MatchType |
MatchOrBuilder.getMatchType()
Type of this [Match][google.cloud.dialogflow.cx.v3.Match].
|
static Match.MatchType |
Match.MatchType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Match.MatchType |
Match.MatchType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Match.MatchType |
Match.MatchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Match.MatchType[] |
Match.MatchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Match.MatchType> |
Match.MatchType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Match.Builder |
Match.Builder.setMatchType(Match.MatchType value)
Type of this [Match][google.cloud.dialogflow.cx.v3.Match].
|
Copyright © 2025 Google LLC. All rights reserved.