public static interface Conversation.Interaction.MissingTransitionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIntentDisplayName()
Name of the intent that could have triggered.
|
com.google.protobuf.ByteString |
getIntentDisplayNameBytes()
Name of the intent that could have triggered.
|
float |
getScore()
Score of the above intent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getIntentDisplayName()
Name of the intent that could have triggered.
string intent_display_name = 1;com.google.protobuf.ByteString getIntentDisplayNameBytes()
Name of the intent that could have triggered.
string intent_display_name = 1;float getScore()
Score of the above intent. The higher it is the more likely a transition was missed on a given page.
float score = 2;Copyright © 2025 Google LLC. All rights reserved.