Interface PageInfo.FormInfoOrBuilder (0.52.0)

public static interface PageInfo.FormInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParameterInfo(int index)

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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.dialogflow.cx.v3.PageInfo.FormInfo.ParameterInfoOrBuilder>