public static interface PageInfo.FormInfo.ParameterInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Always present for
[WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest].
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Always present for
[WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest].
|
boolean |
getJustCollected()
Optional for
[WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest].
|
boolean |
getRequired()
Optional for both
[WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest] and
[WebhookResponse][google.cloud.dialogflow.cx.v3.WebhookResponse].
|
PageInfo.FormInfo.ParameterInfo.ParameterState |
getState()
Always present for
[WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest].
|
int |
getStateValue()
Always present for
[WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest].
|
com.google.protobuf.Value |
getValue()
Optional for both
[WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest] and
[WebhookResponse][google.cloud.dialogflow.cx.v3.WebhookResponse].
|
com.google.protobuf.ValueOrBuilder |
getValueOrBuilder()
Optional for both
[WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest] and
[WebhookResponse][google.cloud.dialogflow.cx.v3.WebhookResponse].
|
boolean |
hasValue()
Optional for both
[WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest] and
[WebhookResponse][google.cloud.dialogflow.cx.v3.WebhookResponse].
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
Always present for [WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest]. Required for [WebhookResponse][google.cloud.dialogflow.cx.v3.WebhookResponse]. The human-readable name of the parameter, unique within the form. This field cannot be modified by the webhook.
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
Always present for [WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest]. Required for [WebhookResponse][google.cloud.dialogflow.cx.v3.WebhookResponse]. The human-readable name of the parameter, unique within the form. This field cannot be modified by the webhook.
string display_name = 1;boolean getRequired()
Optional for both [WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest] and [WebhookResponse][google.cloud.dialogflow.cx.v3.WebhookResponse]. Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
bool required = 2;int getStateValue()
Always present for [WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest]. Required for [WebhookResponse][google.cloud.dialogflow.cx.v3.WebhookResponse]. The state of the parameter. This field can be set to [INVALID][google.cloud.dialogflow.cx.v3.PageInfo.FormInfo.ParameterInfo.ParameterState.INVALID] by the webhook to invalidate the parameter; other values set by the webhook will be ignored.
.google.cloud.dialogflow.cx.v3.PageInfo.FormInfo.ParameterInfo.ParameterState state = 3;
PageInfo.FormInfo.ParameterInfo.ParameterState getState()
Always present for [WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest]. Required for [WebhookResponse][google.cloud.dialogflow.cx.v3.WebhookResponse]. The state of the parameter. This field can be set to [INVALID][google.cloud.dialogflow.cx.v3.PageInfo.FormInfo.ParameterInfo.ParameterState.INVALID] by the webhook to invalidate the parameter; other values set by the webhook will be ignored.
.google.cloud.dialogflow.cx.v3.PageInfo.FormInfo.ParameterInfo.ParameterState state = 3;
boolean hasValue()
Optional for both [WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest] and [WebhookResponse][google.cloud.dialogflow.cx.v3.WebhookResponse]. The value of the parameter. This field can be set by the webhook to change the parameter value.
.google.protobuf.Value value = 4;com.google.protobuf.Value getValue()
Optional for both [WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest] and [WebhookResponse][google.cloud.dialogflow.cx.v3.WebhookResponse]. The value of the parameter. This field can be set by the webhook to change the parameter value.
.google.protobuf.Value value = 4;com.google.protobuf.ValueOrBuilder getValueOrBuilder()
Optional for both [WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest] and [WebhookResponse][google.cloud.dialogflow.cx.v3.WebhookResponse]. The value of the parameter. This field can be set by the webhook to change the parameter value.
.google.protobuf.Value value = 4;boolean getJustCollected()
Optional for [WebhookRequest][google.cloud.dialogflow.cx.v3.WebhookRequest]. Ignored for [WebhookResponse][google.cloud.dialogflow.cx.v3.WebhookResponse]. Indicates if the parameter value was just collected on the last conversation turn.
bool just_collected = 5;Copyright © 2025 Google LLC. All rights reserved.