class Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ListFlowsResponse
The response message for Flows.ListFlows.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @flows = args[:flows] if args.key?(:flows) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end