Values_2.PromptSearchCriteriaThe search criteria to be used to return prompts.
type nonrec t = {orConditions : PromptSearchConditionList.t option;A list of conditions which would be applied together with an OR condition.
*)andConditions : PromptSearchConditionList.t option;A list of conditions which would be applied together with an AND condition.
*)stringCondition : Values_0.StringCondition.t option;A leaf node condition which can be used to specify a string condition. The currently supported values for FieldName are name, description, and resourceID.
*)}val make :
?orConditions:PromptSearchConditionList.t ->
?andConditions:PromptSearchConditionList.t ->
?stringCondition:Values_0.StringCondition.t ->
unit ->
t