Interface PageInfo.FormInfoOrBuilder (0.51.0)

See more code actions.
public static interface PageInfo.FormInfoOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract PageInfo.FormInfo.ParameterInfo getParameterInfo(int index)

Optional for both WebhookRequest and WebhookResponse. The parameters contained in the form. Note that the webhook cannot add or remove any form parameter.

repeated .google.cloud.dialogflow.cx.v3.PageInfo.FormInfo.ParameterInfo parameter_info = 2;

Parameter
Name Description
index int
Returns
Type Description
PageInfo.FormInfo.ParameterInfo

getParameterInfoCount()

public abstract int getParameterInfoCount()

Optional for both WebhookRequest and WebhookResponse. The parameters contained in the form. Note that the webhook cannot add or remove any form parameter.

repeated .google.cloud.dialogflow.cx.v3.PageInfo.FormInfo.ParameterInfo parameter_info = 2;

Returns
Type Description
int

getParameterInfoList()

public abstract List<PageInfo.FormInfo.ParameterInfo> getParameterInfoList()

Optional for both WebhookRequest and WebhookResponse. The parameters contained in the form. Note that the webhook cannot add or remove any form parameter.

repeated .google.cloud.dialogflow.cx.v3.PageInfo.FormInfo.ParameterInfo parameter_info = 2;

Returns
Type Description
List<ParameterInfo>

getParameterInfoOrBuilder(int index)

public abstract PageInfo.FormInfo.ParameterInfoOrBuilder getParameterInfoOrBuilder(int index)

Optional for both WebhookRequest and WebhookResponse. The parameters contained in the form. Note that the webhook cannot add or remove any form parameter.

repeated .google.cloud.dialogflow.cx.v3.PageInfo.FormInfo.ParameterInfo parameter_info = 2;

Parameter
Name Description
index int
Returns
Type Description
PageInfo.FormInfo.ParameterInfoOrBuilder

getParameterInfoOrBuilderList()

public abstract List<? extends PageInfo.FormInfo.ParameterInfoOrBuilder> getParameterInfoOrBuilderList()

Optional for both WebhookRequest and WebhookResponse. The parameters contained in the form. Note that the webhook cannot add or remove any form parameter.

repeated .google.cloud.dialogflow.cx.v3.PageInfo.FormInfo.ParameterInfo parameter_info = 2;

Returns
Type Description
List<? extends com.google.cloud.dialogflow.cx.v3.PageInfo.FormInfo.ParameterInfoOrBuilder>